SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-02-01 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 72 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_add` DESC
LIMIT 0,10 |
13229
ms
|
1088 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 49
AND 8 != o.current_state LIMIT 1 |
7090
ms
|
2623 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-02-01 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 362 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_add` DESC
LIMIT 0,10 |
6954
ms
|
528 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 72
AND 8 != o.current_state LIMIT 1 |
4847
ms
|
1920 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 67
AND 8 != o.current_state LIMIT 1 |
4263
ms
|
1357 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-02-01 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 246 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_add` DESC
LIMIT 0,10 |
3739
ms
|
227 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11061
LIMIT 1 |
3277
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-02-01 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 97 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_add` DESC
LIMIT 0,10 |
2171
ms
|
84 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
1874
ms
|
1 |
|
|
/classes/CartRule.php:444
/override/classes/CartRule.php:102<br>/classes/Cart.php:3063<br>/classes/Cart.php:3437<br>/classes/Cart.php:3510<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2214<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 72 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
1446
ms
|
1088 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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`) |
1305
ms
|
1930 |
|
|
/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:39
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11320
LIMIT 1 |
1154
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10924
LIMIT 1 |
1106
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1 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` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (12))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1074
ms
|
226 |
Yes
|
Yes
|
/classes/Hook.php:1192
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
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 = 1 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` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (12))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
993
ms
|
226 |
Yes
|
Yes
|
/classes/Hook.php:1192
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
974
ms
|
798 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 50
AND 8 != o.current_state LIMIT 1 |
938
ms
|
279 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 362 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
809
ms
|
528 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
729
ms
|
0 |
|
|
/classes/Hook.php:1252
/classes/Hook.php:222<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:273<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2864<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3104<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 71
AND 8 != o.current_state LIMIT 1 |
669
ms
|
108 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
620
ms
|
0 |
|
|
/classes/Hook.php:1252
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 246 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
509
ms
|
227 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-02-01 00:00:00" AND date_to <= "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-02-01 00:00:00" AND date_from <= "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-02-01 00:00:00" AND date_to > "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
485
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/override/classes/CartRule.php:102<br>/classes/Cart.php:3063<br>/classes/Cart.php:3437<br>/classes/Cart.php:3510<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2214<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1 |
445
ms
|
144 |
|
|
/classes/module/Module.php:340
/modules/colissimo/colissimo.php:114<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
386
ms
|
900 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11319
LIMIT 1 |
376
ms
|
10 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
369
ms
|
283024 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 74
AND 8 != o.current_state LIMIT 1 |
364
ms
|
88 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11315
LIMIT 1 |
348
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11060
LIMIT 1 |
345
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1 |
340
ms
|
144 |
|
|
/classes/module/Module.php:340
/modules/pm_advancedsearch/classes/Core.php:57<br>/modules/pm_advancedsearch/pm_advancedsearch.php:155<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11318
LIMIT 1 |
326
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 97 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
310
ms
|
84 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11336 ORDER BY f.`position` ASC, fp.`position` ASC |
306
ms
|
15 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
296
ms
|
900 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:786<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10937
LIMIT 1 |
294
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11319
ORDER BY `position` |
279
ms
|
9 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 830) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11050
LIMIT 1 |
272
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11336
AND pac.`id_product_attribute` = 2431016
AND agl.`id_lang` = 1 |
272
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11279
LIMIT 1 |
271
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11320 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
264
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430332, 2430333, 2430334, 2430335, 2430336, 2430337, 2430338) AND il.`id_lang` = 1 ORDER by i.`position` |
261
ms
|
7 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
261
ms
|
532 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11037 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
257
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11336
ORDER BY f.position ASC |
256
ms
|
15 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11029
LIMIT 1 |
255
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
253
ms
|
71 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11336 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
253
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11318 ORDER BY f.`position` ASC, fp.`position` ASC |
251
ms
|
24 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11313
LIMIT 1 |
251
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11320 ORDER BY f.`position` ASC, fp.`position` ASC |
249
ms
|
22 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1 |
246
ms
|
144 |
|
|
/classes/module/Module.php:340
/modules/ps_checkout/ps_checkout.php:114<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11284
LIMIT 1 |
245
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2431016)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
244
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11035
LIMIT 1 |
243
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11298 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
243
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11050 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11050 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
243
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
241
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
239
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11316 ORDER BY f.`position` ASC, fp.`position` ASC |
237
ms
|
17 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 10924 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
235
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11274
LIMIT 1 |
233
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
233
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11275
LIMIT 1 |
233
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11050 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
233
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11312
LIMIT 1 |
230
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11035 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
225
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11302
LIMIT 1 |
225
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11320
ORDER BY f.position ASC |
223
ms
|
22 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11312 ORDER BY f.`position` ASC, fp.`position` ASC |
223
ms
|
21 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11282
LIMIT 1 |
223
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11316 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11316 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
221
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11294
LIMIT 1 |
220
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11315 ORDER BY f.`position` ASC, fp.`position` ASC |
219
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11316
LIMIT 1 |
219
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 10937 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
219
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11278) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
219
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11313 ORDER BY f.`position` ASC, fp.`position` ASC |
219
ms
|
22 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11336
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
216
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430302
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11050 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430302
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11050 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
215
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 10955 ORDER BY f.`position` ASC, fp.`position` ASC |
215
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430775,2430776,2430777,2430778,2430779,2430780)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
214
ms
|
6 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11270
LIMIT 1 |
214
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11271
LIMIT 1 |
214
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11288
LIMIT 1 |
214
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 'vapoclope.definima.net' OR su.domain_ssl = 'vapoclope.definima.net')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
214
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11279 ORDER BY f.`position` ASC, fp.`position` ASC |
213
ms
|
20 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magic360_settings` WHERE `enabled`=1 |
213
ms
|
36 |
|
|
/modules/magic360/magic360.php:662
/modules/magic360/magic360.php:784<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11316
ORDER BY f.position ASC |
213
ms
|
17 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 10983 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
212
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10955
LIMIT 1 |
212
ms
|
9 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11319 ORDER BY f.`position` ASC, fp.`position` ASC |
211
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11298
LIMIT 1 |
210
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11336
LIMIT 1 |
210
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 10955 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
210
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11269
LIMIT 1 |
210
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11061 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
210
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11037
LIMIT 1 |
210
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
210
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11319 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
209
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11295 ORDER BY f.`position` ASC, fp.`position` ASC |
209
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11295) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
208
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11336) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 10924 ORDER BY f.`position` ASC, fp.`position` ASC |
206
ms
|
20 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11278 ORDER BY f.`position` ASC, fp.`position` ASC |
206
ms
|
21 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11303
LIMIT 1 |
205
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11037 ORDER BY f.`position` ASC, fp.`position` ASC |
205
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11304 ORDER BY f.`position` ASC, fp.`position` ASC |
205
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11278
LIMIT 1 |
204
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11282) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
204
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11060 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
203
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11061 ORDER BY f.`position` ASC, fp.`position` ASC |
203
ms
|
20 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 12, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 12) AND `id_product` = 11029 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-02-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-01 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 |
202
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
201
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
201
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430930
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11320 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430930
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
200
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1 |
200
ms
|
144 |
|
|
/classes/module/Module.php:340
/modules/doofinder/doofinder.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:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11288) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
199
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 10983 ORDER BY f.`position` ASC, fp.`position` ASC |
199
ms
|
20 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430897,2430898,2430899,2430900,2430901,2430902,2430903,2430918,2430921)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
198
ms
|
9 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11320) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
198
ms
|
10 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430870
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11316 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430870
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11316 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
198
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
197
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11304
LIMIT 1 |
196
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11284 ORDER BY f.`position` ASC, fp.`position` ASC |
196
ms
|
17 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11319) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
196
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11271) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
196
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
196
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1 |
195
ms
|
144 |
|
|
/classes/module/Module.php:340
/modules/vapoclopethemeditor/vapoclopethemeditor.php:90<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
195
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11303 ORDER BY f.`position` ASC, fp.`position` ASC |
195
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11050 ORDER BY f.`position` ASC, fp.`position` ASC |
195
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
195
ms
|
900 |
|
|
/classes/Hook.php:1252
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11265
LIMIT 1 |
195
ms
|
9 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11295
LIMIT 1 |
194
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 19
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
194
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430216,2430217,2430218,2430219,2430220,2430221)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
193
ms
|
6 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11037) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
193
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11294 ORDER BY f.`position` ASC, fp.`position` ASC |
192
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
192
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10983
LIMIT 1 |
192
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11274 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11274 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
192
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430897, 2430898, 2430899, 2430900, 2430901, 2430902, 2430903, 2430918, 2430921) AND il.`id_lang` = 1 ORDER by i.`position` |
192
ms
|
9 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430870)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
192
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11305
LIMIT 1 |
191
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11273
LIMIT 1 |
190
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11282 ORDER BY f.`position` ASC, fp.`position` ASC |
190
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
190
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11275 ORDER BY f.`position` ASC, fp.`position` ASC |
190
ms
|
14 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11278 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
190
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430924,2430925,2430926,2430927,2430928,2430929,2430930,2430931,2430932,2430933)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
190
ms
|
10 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11313) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
188
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11295 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
188
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11314
LIMIT 1 |
188
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11298 ORDER BY f.`position` ASC, fp.`position` ASC |
187
ms
|
9 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11035 ORDER BY f.`position` ASC, fp.`position` ASC |
187
ms
|
17 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11294 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
187
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430924, 2430925, 2430926, 2430927, 2430928, 2430929, 2430930, 2430931, 2430932, 2430933) AND il.`id_lang` = 1 ORDER by i.`position` |
187
ms
|
20 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
187
ms
|
1 |
|
|
/classes/CartRule.php:444
/override/classes/CartRule.php:102<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11305 ORDER BY f.`position` ASC, fp.`position` ASC |
186
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11318
ORDER BY f.position ASC |
186
ms
|
24 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
186
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11312) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
186
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11265 ORDER BY f.`position` ASC, fp.`position` ASC |
185
ms
|
18 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
185
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
185
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11037
ORDER BY f.position ASC |
184
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11050
ORDER BY f.position ASC |
183
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11060 ORDER BY f.`position` ASC, fp.`position` ASC |
183
ms
|
21 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11284) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
183
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
183
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11314 ORDER BY f.`position` ASC, fp.`position` ASC |
183
ms
|
17 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
182
ms
|
1 |
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:39
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 8
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
181
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430828
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11304 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430828
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11304 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
181
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
181
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11304) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
181
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 10937 ORDER BY f.`position` ASC, fp.`position` ASC |
180
ms
|
10 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ps_orders` o
LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 77
AND 8 != o.current_state LIMIT 1 |
180
ms
|
9 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4081
/modules/quantitydiscountpro/quantitydiscountpro.php:811<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11050) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
180
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11298
ORDER BY f.position ASC |
180
ms
|
9 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11270 ORDER BY f.`position` ASC, fp.`position` ASC |
179
ms
|
17 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11315
ORDER BY f.position ASC |
179
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
179
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11275) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
179
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11301
LIMIT 1 |
179
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430299,2430300,2430301,2430302,2430303,2430304)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
178
ms
|
6 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 8
AND tr.`id_tax_rules_group` = 11
AND tr.`id_state` IN (0, 0)
AND ('33610' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '33610')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
178
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3927<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10983) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
178
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11273 ORDER BY f.`position` ASC, fp.`position` ASC |
178
ms
|
14 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11270 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11270 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
177
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-02-01 00:00:00" AND date_to <= "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-02-01 00:00:00" AND date_from <= "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-02-01 00:00:00" AND date_to > "2026-02-01 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
177
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/override/classes/CartRule.php:102<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430052
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10983 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430052
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-01 00:00:00',
INTERVAL 20 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11309
LIMIT 1 |
177
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:565<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11304 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11304 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
177
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11270
AND pac.`id_product_attribute` = 2430747
AND agl.`id_lang` = 1 |
177
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
176
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11265
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
176
ms
|
8 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11312 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
176
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 10
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
176
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11061 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11061 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
176
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11270 AND `id_shop` = 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11269) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
176
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11274) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
175
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
175
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11061
ORDER BY `position` |
175
ms
|
7 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
175
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430783
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11284 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430783
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11284 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
175
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11270) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
175
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10937) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
175
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10937
ORDER BY f.position ASC |
175
ms
|
10 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11035
ORDER BY f.position ASC |
175
ms
|
17 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11309 ORDER BY f.`position` ASC, fp.`position` ASC |
175
ms
|
16 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10924) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
175
ms
|
10 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11315 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
174
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11298) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
174
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11301 ORDER BY f.`position` ASC, fp.`position` ASC |
174
ms
|
15 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11050
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
174
ms
|
6 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2431016
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11336 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2431016
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
174
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11304
ORDER BY f.position ASC |
173
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11302 ORDER BY f.`position` ASC, fp.`position` ASC |
173
ms
|
15 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11336
AND image_shop.`cover` = 1 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11303 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11303 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
173
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11029 ORDER BY f.`position` ASC, fp.`position` ASC |
173
ms
|
14 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11274 ORDER BY f.`position` ASC, fp.`position` ASC |
173
ms
|
13 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430857,2430858,2430860,2430861,2430862,2430863,2430864)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
172
ms
|
7 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11312
ORDER BY f.position ASC |
172
ms
|
21 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
172
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430857, 2430858, 2430860, 2430861, 2430862, 2430863, 2430864) AND il.`id_lang` = 1 ORDER by i.`position` |
172
ms
|
13 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11273 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
172
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 72
ORDER BY `id_type` ASC |
172
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
172
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11319
ORDER BY f.position ASC |
172
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11313
ORDER BY f.position ASC |
172
ms
|
22 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11269 ORDER BY f.`position` ASC, fp.`position` ASC |
172
ms
|
15 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2429944,2429945,2429946,2429948,2429952,2429955,2429956,2429958)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
171
ms
|
8 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11271 ORDER BY f.`position` ASC, fp.`position` ASC |
171
ms
|
12 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10924
ORDER BY f.position ASC |
171
ms
|
20 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11305 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
171
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
171
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 10955) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11279
ORDER BY f.position ASC |
170
ms
|
20 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11269 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
170
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430857
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11313 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430857
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
170
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11275 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
170
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430849,2430850,2430851,2430852,2430853,2430854,2430855)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
170
ms
|
7 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10955) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
170
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430897
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11319 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430897
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
170
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 10983 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 10983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
170
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11061
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
170
ms
|
7 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430765,2430766,2430767,2430768,2430773)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
169
ms
|
5 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
169
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11301 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430865
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11314 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430865
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11314 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11279) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
169
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11314 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11314 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
169
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
169
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430810
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11294 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430810
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11294 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11294
ORDER BY f.position ASC |
169
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2429853
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10924 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2429853
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11288 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11288 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11313
ORDER BY `position` |
169
ms
|
14 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10937
ORDER BY `position` |
169
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11265 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 10937 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 10937 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
168
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430216
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430216
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
168
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11278
ORDER BY f.position ASC |
168
ms
|
21 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11279 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11279 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
167
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430051,2430052,2430053,2430054,2430055)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
167
ms
|
5 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE h.*, cl.`name`
FROM `ps_vapoclopehomecatab` h
LEFT JOIN `ps_category` c on (c.id_category = h.id_category)
LEFT JOIN `ps_category_lang` cl on (cl.id_category = c.id_category AND cl.id_lang = 1)
WHERE h.active = 1
ORDER BY h.position ASC |
167
ms
|
4 |
Yes
|
|
/modules/vapoclope_dernieresnouveautes/classes/Vapoclope_DernieresNouveautes.php:73
/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:494<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430332,2430333,2430334,2430335,2430336,2430337,2430338)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
167
ms
|
7 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
167
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11298
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
167
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430746
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11269 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430746
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
167
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11316) AND (b.`id_shop` = 1) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 10955 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 10955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
167
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 10924 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 10924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
167
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
167
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11316
AND pac.`id_product_attribute` = 2430870
AND agl.`id_lang` = 1 |
167
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10955
ORDER BY f.position ASC |
166
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430816
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11298 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430816
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
166
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11318 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
166
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11061
ORDER BY f.position ASC |
166
ms
|
20 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2429848,2429849,2429850,2429851,2429852,2429853,2429854,2429855,2429856,2429857)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
166
ms
|
10 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430735,2430736,2430737,2430738,2430739,2430740,2430741,2430806)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
165
ms
|
8 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11320
AND pac.`id_product_attribute` = 2430930
AND agl.`id_lang` = 1 |
165
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10924
ORDER BY `position` |
165
ms
|
10 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
165
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
165
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
165
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
165
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10983
ORDER BY f.position ASC |
165
ms
|
20 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11312
ORDER BY `position` |
164
ms
|
14 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11302 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
164
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
164
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430491,2430744,2430797,2430798,2430799)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
164
ms
|
5 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11295
ORDER BY f.position ASC |
164
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
164
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11060
ORDER BY `position` |
163
ms
|
7 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430747
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11270 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430747
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11270 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
163
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430825
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11301 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430825
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
163
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11282
ORDER BY f.position ASC |
163
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11309
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
163
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11318
ORDER BY `position` |
163
ms
|
4 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11029
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
162
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430837)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
162
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11305
ORDER BY f.position ASC |
162
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
162
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
162
ms
|
900 |
|
|
/classes/Hook.php:1252
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 20
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
161
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11313 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
161
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11309
ORDER BY f.position ASC |
161
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430811
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11295 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430811
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
161
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11309 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11309 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
161
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11284 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11284 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
161
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
161
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11282 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11282 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
160
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11282
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
160
ms
|
6 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
160
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11061) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
160
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
160
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430326
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11060 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430326
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430829
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11305 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430829
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11271 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11271 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11318 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430775
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11282 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430775
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11282 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2429848, 2429849, 2429850, 2429851, 2429852, 2429853, 2429854, 2429855, 2429856, 2429857) AND il.`id_lang` = 1 ORDER by i.`position` |
159
ms
|
10 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11029 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11284
ORDER BY f.position ASC |
159
ms
|
17 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430837
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11309 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430837
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11309 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
159
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
159
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:82<br>/modules/statsdata/statsdata.php:73<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11029
ORDER BY f.position ASC |
158
ms
|
14 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430735
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11265 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430735
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430869
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11315 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430869
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11269
AND pac.`id_product_attribute` = 2430746
AND agl.`id_lang` = 1 |
158
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
158
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11035) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
158
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430760,2430761,2430762,2430763,2430764,2430774)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
158
ms
|
6 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11316) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430337
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11061 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430337
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11061 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430753
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11274 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430753
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11274 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
158
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
158
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
157
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
157
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430827)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
157
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11320) |
157
ms
|
10 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE r.id_redirection
FROM ps_smpl_redirection r, ps_smpl_redirection_shop rs
WHERE r.id_redirection = rs.id_redirection
AND ((old_request_path="/" OR old_request_path="https://vapoclope.definima.net/"))
AND rs.id_shop IN (1)
GROUP BY r.id_redirection |
157
ms
|
2 |
Yes
|
Yes
|
/modules/smplredirectionsmanager/classes/SmplTools.php:153
/modules/smplredirectionsmanager/classes/SmplTools.php:233<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:870<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11309) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
157
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430194
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11029 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430194
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
157
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
156
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
156
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
156
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11303 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11303 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11288
AND pac.`id_product_attribute` = 2430795
AND agl.`id_lang` = 1 |
156
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11302 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430852
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11312 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430852
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11319
AND pac.`id_product_attribute` = 2430897
AND agl.`id_lang` = 1 |
155
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11275
ORDER BY f.position ASC |
155
ms
|
14 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430765
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11279 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430765
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11279 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
155
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 11060 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 11060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
155
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_category` = 1) LIMIT 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:1439<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2792<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3077<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3032<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11294
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
155
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11029) LIMIT 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11314
ORDER BY f.position ASC |
155
ms
|
17 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11270
ORDER BY f.position ASC |
154
ms
|
17 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
154
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
154
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11060
ORDER BY f.position ASC |
154
ms
|
21 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430795
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11288 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430795
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11288 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11037
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
154
ms
|
5 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11298
AND pac.`id_product_attribute` = 2430816
AND agl.`id_lang` = 1 |
154
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430760
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11278 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430760
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11316
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
154
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2429885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10937 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2429885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10937 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430816)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
154
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
154
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11265
ORDER BY f.position ASC |
154
ms
|
18 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11275
AND pac.`id_product_attribute` = 2430754
AND agl.`id_lang` = 1 |
154
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2429948
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10955 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2429948
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
154
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11273
AND pac.`id_product_attribute` = 2430752
AND agl.`id_lang` = 1 |
153
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11303) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
153
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
153
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11274
AND pac.`id_product_attribute` = 2430753
AND agl.`id_lang` = 1 |
152
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430749
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11271 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430749
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11271 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
152
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
152
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11050
AND pac.`id_product_attribute` = 2430302
AND agl.`id_lang` = 1 |
152
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11313
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
152
ms
|
7 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 16
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
152
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11270) AND (b.`id_shop` = 1) LIMIT 1 |
152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11314) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
151
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430491
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430491
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
151
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
151
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11271
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
151
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11301
ORDER BY f.position ASC |
151
ms
|
15 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430749,2430750)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
151
ms
|
2 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11294
AND pac.`id_product_attribute` = 2430810
AND agl.`id_lang` = 1 |
150
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430194)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
150
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11294
ORDER BY `position` |
150
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11303
ORDER BY f.position ASC |
150
ms
|
16 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430752
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11273 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430752
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
150
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2430754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11275 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2430754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
150
ms
|
0 |
|
|
/classes/Cart.php:1448
/classes/Product.php:4318<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1)
LEFT JOIN `ps_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 1)
LEFT JOIN `ps_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `ps_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 1)
WHERE fp.`id_product` = 11288 ORDER BY f.`position` ASC, fp.`position` ASC |
150
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:220
/modules/pm_multiplefeatures/pm_multiplefeatures.php:288<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5840<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430747)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
150
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
150
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11035
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
150
ms
|
6 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
149
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11271) AND (b.`id_shop` = 1) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11279
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
149
ms
|
5 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11336) AND (b.`id_shop` = 1) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
149
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
149
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11302
ORDER BY f.position ASC |
149
ms
|
15 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11314) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
149
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11275
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
148
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
148
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11050 AND `id_group` = 12 LIMIT 1 |
148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
148
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11270
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
148
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11312
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
148
ms
|
7 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 13
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
148
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11037) AND (b.`id_shop` = 1) LIMIT 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11269
ORDER BY f.position ASC |
147
ms
|
15 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
147
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11284
ORDER BY `position` |
147
ms
|
8 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430325,2430326,2430327,2430328,2430329,2430330,2430331)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
147
ms
|
7 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
147
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
147
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
147
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
147
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
147
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10924) AND (b.`id_shop` = 1) LIMIT 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11269
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
147
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11274) AND (b.`id_shop` = 1) LIMIT 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
146
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11273
ORDER BY f.position ASC |
146
ms
|
14 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11313
AND pac.`id_product_attribute` = 2430857
AND agl.`id_lang` = 1 |
146
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11279
ORDER BY `position` |
146
ms
|
5 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
146
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE l.`active` = 1 LIMIT 1 |
146
ms
|
2 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11274
ORDER BY f.position ASC |
146
ms
|
13 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11274
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
146
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11284
AND pac.`id_product_attribute` = 2430783
AND agl.`id_lang` = 1 |
146
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430794,2430795,2430796)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
146
ms
|
3 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
146
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
146
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11271
AND pac.`id_product_attribute` = 2430749
AND agl.`id_lang` = 1 |
146
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11319
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
146
ms
|
9 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11273
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
145
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
145
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
145
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11288
ORDER BY f.position ASC |
145
ms
|
7 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11061) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11315) AND (b.`id_shop` = 1) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11269) AND (b.`id_shop` = 1) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
145
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430783,2430784,2430785,2430786,2430787,2430788,2430789)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
145
ms
|
7 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10955
ORDER BY `position` |
145
ms
|
8 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
145
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11294
AND pac.`id_product_attribute` = 2430810
AND agl.`id_lang` = 1 |
145
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11314
AND pac.`id_product_attribute` = 2430865
AND agl.`id_lang` = 1 |
144
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11315
AND pac.`id_product_attribute` = 2430869
AND agl.`id_lang` = 1 |
144
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11294) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
144
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11320
ORDER BY `position` |
144
ms
|
20 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11278
ORDER BY `position` |
144
ms
|
6 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
144
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11316) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
144
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11275) AND (b.`id_shop` = 1) LIMIT 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11320) AND (b.`id_shop` = 1) LIMIT 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
144
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
144
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
144
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11271
ORDER BY f.position ASC |
144
ms
|
12 |
Yes
|
|
/classes/Product.php:5938
/classes/Product.php:5800<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
144
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 9
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
143
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11279) LIMIT 1 |
143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10924
AND pac.`id_product_attribute` = 2429853
AND agl.`id_lang` = 1 |
143
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11037
AND pac.`id_product_attribute` = 2430491
AND agl.`id_lang` = 1 |
143
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11273) AND (b.`id_shop` = 1) LIMIT 1 |
143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
143
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
143
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11336
ORDER BY `position` |
143
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
143
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
143
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
143
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430885,2430886,2430887,2430888)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
143
ms
|
4 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
143
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11303) LIMIT 1 |
142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
142
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
142
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430753)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
142
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 14
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
142
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
142
ms
|
1 |
|
|
/classes/Cart.php:4260
/classes/Cart.php:4235<br>/classes/Cart.php:2158<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
142
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11336
AND cl.`id_lang` = 1 |
142
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430746)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
142
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 387) LIMIT 1 |
142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 826 |
142
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
142
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430765, 2430766, 2430767, 2430768, 2430773) AND il.`id_lang` = 1 ORDER by i.`position` |
142
ms
|
5 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430754)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
141
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430870) LIMIT 1 |
141
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 8
AND tr.`id_tax_rules_group` = 11
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 |
141
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5889<br>/classes/Product.php:5833<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
141
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430810)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
141
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2429885,2429886)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
141
ms
|
2 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430886, 2430887, 2430888, 2430885) AND il.`id_lang` = 1 ORDER by i.`position` |
141
ms
|
4 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11319) LIMIT 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
141
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11037 LIMIT 1 |
141
ms
|
5 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11295
AND pac.`id_product_attribute` = 2430811
AND agl.`id_lang` = 1 |
141
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
141
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
140
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11315
ORDER BY `position` |
140
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
140
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
140
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430752)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
140
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
140
ms
|
1936 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 10937
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
140
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
140
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:459<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
140
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11318
AND pac.`id_product_attribute` = 2430885
AND agl.`id_lang` = 1 |
140
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
139
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
139
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22032 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
139
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
139
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430869)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
139
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `ps_pm_advancedsearch` ads
JOIN `ps_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
139
ms
|
11 |
Yes
|
|
/modules/pm_advancedsearch/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch/classes/SearchEngineUtils.php:471<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:450<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:279<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2896<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3030<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11301
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
139
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11270
AND pac.`id_product_attribute` = 2430747
AND agl.`id_lang` = 1 |
139
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11037) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
138
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 18
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
138
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magiczoomplus_settings` WHERE `enabled`=1 |
138
ms
|
595 |
|
|
/modules/magiczoomplus/magiczoomplus.php:539
/modules/magiczoomplus/magiczoomplus.php:780<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
138
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 10924
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
138
ms
|
10 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10924
AND cl.`id_lang` = 1 |
138
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
138
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11282
AND pac.`id_product_attribute` = 2430775
AND agl.`id_lang` = 1 |
138
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11282
ORDER BY `position` |
138
ms
|
12 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
138
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
138
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
138
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11275
ORDER BY `position` |
138
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
138
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
138
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11029
AND cl.`id_lang` = 1 |
138
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11274) LIMIT 1 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
137
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11312
AND pac.`id_product_attribute` = 2430852
AND agl.`id_lang` = 1 |
137
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
137
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11265) LIMIT 1 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11320
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
137
ms
|
10 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430829)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
137
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
136
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
136
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 15
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
136
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11035
AND cl.`id_lang` = 1 |
136
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
136
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 10983) LIMIT 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430216, 2430217, 2430218, 2430219, 2430220, 2430221) AND il.`id_lang` = 1 ORDER by i.`position` |
135
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
135
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
135
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11313) AND (b.`id_shop` = 1) LIMIT 1 |
135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11318
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
135
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
135
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11288
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
135
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 1446
AND `date_add` > '2026-02-01 14:31:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
135
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
135
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
135
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
135
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11295
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
135
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11288
AND pac.`id_product_attribute` = 2430795
AND agl.`id_lang` = 1 |
135
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
134
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
134
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
134
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430865)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
134
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11050
AND cl.`id_lang` = 1 |
134
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11314
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
134
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11303
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
134
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11050) AND (b.`id_shop` = 1) LIMIT 1 |
134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11279) AND (b.`id_shop` = 1) LIMIT 1 |
134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
134
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
134
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11269) LIMIT 1 |
134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430794, 2430796, 2430795) AND il.`id_lang` = 1 ORDER by i.`position` |
134
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11316 LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11294) LIMIT 1 |
134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
134
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 10983
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
134
ms
|
5 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
134
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11295
AND pac.`id_product_attribute` = 2430811
AND agl.`id_lang` = 1 |
133
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:7604<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 10955
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
133
ms
|
8 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
133
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
133
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11312) AND (b.`id_shop` = 1) LIMIT 1 |
133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11319) AND (b.`id_shop` = 1) LIMIT 1 |
133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
133
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11279
AND pac.`id_product_attribute` = 2430765
AND agl.`id_lang` = 1 |
133
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
133
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
133
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11288
ORDER BY `position` |
133
ms
|
3 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11275) LIMIT 1 |
133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
133
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
133
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11302
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
133
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11318) LIMIT 1 |
132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
132
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11284
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
132
ms
|
7 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
132
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11278
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
132
ms
|
6 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
132
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 77
ORDER BY `id_type` ASC |
132
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
132
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/modules/vapoclopethemeditor/vapoclopethemeditor.php:1166<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
132
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430849, 2430850, 2430851, 2430852, 2430853, 2430854, 2430855) AND il.`id_lang` = 1 ORDER by i.`position` |
132
ms
|
14 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
132
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
132
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
132
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2431016 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11050
ORDER BY `position` |
131
ms
|
6 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
131
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
131
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
131
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
131
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430760, 2430761, 2430762, 2430763, 2430764, 2430774) AND il.`id_lang` = 1 ORDER by i.`position` |
131
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
131
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
131
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
131
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11273) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/lgcookieslaw/lgcookieslaw.php:5022<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 17
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
131
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11265
ORDER BY `position` |
131
ms
|
7 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11318
AND cl.`id_lang` = 1 |
131
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430750, 2430749) AND il.`id_lang` = 1 ORDER by i.`position` |
131
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
131
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11304) AND (b.`id_shop` = 1) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11305) AND (b.`id_shop` = 1) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11270) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
131
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
130
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11275) AND (b.`id_shop` = 1) LIMIT 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11035) AND (b.`id_shop` = 1) LIMIT 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11312) LIMIT 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
130
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
130
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11274
AND cl.`id_lang` = 1 |
130
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11037
ORDER BY `position` |
130
ms
|
7 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
130
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11269
AND pac.`id_product_attribute` = 2430746
AND agl.`id_lang` = 1 |
130
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11278
AND pac.`id_product_attribute` = 2430760
AND agl.`id_lang` = 1 |
130
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
129
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
129
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
129
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11035
AND pac.`id_product_attribute` = 2430216
AND agl.`id_lang` = 1 |
129
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
129
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
129
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
129
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 10924) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
129
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
129
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:4998<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11304
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
129
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11029) AND (b.`id_shop` = 1) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11295) AND (b.`id_shop` = 1) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
129
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
129
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11274
ORDER BY `position` |
129
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11304
AND pac.`id_product_attribute` = 2430828
AND agl.`id_lang` = 1 |
129
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
129
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
128
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11035
ORDER BY `position` |
128
ms
|
6 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11265
AND pac.`id_product_attribute` = 2430735
AND agl.`id_lang` = 1 |
128
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
128
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10937
AND pac.`id_product_attribute` = 2429885
AND agl.`id_lang` = 1 |
128
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430216) LIMIT 1 |
128
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
128
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:270
/modules/quantitydiscountpro/quantitydiscountpro.php:427<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11269
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
128
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:4998<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11029
AND pac.`id_product_attribute` = 2430194
AND agl.`id_lang` = 1 |
128
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
128
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
128
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11318) AND (b.`id_shop` = 1) LIMIT 1 |
128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11284
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11309
AND pac.`id_product_attribute` = 2430837
AND agl.`id_lang` = 1 |
128
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
128
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11312) |
128
ms
|
7 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
128
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
128
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11309) AND (b.`id_shop` = 1) LIMIT 1 |
128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430811)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
128
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
128
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11282
AND cl.`id_lang` = 1 |
127
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11298) AND (b.`id_shop` = 1) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/prixremisehtml/prixremisehtml.php:131<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11288) AND (b.`id_shop` = 1) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10955
AND pac.`id_product_attribute` = 2429948
AND agl.`id_lang` = 1 |
127
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11313
AND cl.`id_lang` = 1 |
127
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
127
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11313) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11271
AND cl.`id_lang` = 1 |
127
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
127
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11271
ORDER BY `position` |
127
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11270
AND cl.`id_lang` = 1 |
127
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
127
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
127
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11284) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430491, 2430744, 2430797, 2430798, 2430799) AND il.`id_lang` = 1 ORDER by i.`position` |
127
ms
|
5 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430299, 2430300, 2430301, 2430302, 2430303, 2430304) AND il.`id_lang` = 1 ORDER by i.`position` |
127
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
127
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
127
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430325, 2430326, 2430327, 2430328, 2430329, 2430330, 2430331) AND il.`id_lang` = 1 ORDER by i.`position` |
126
ms
|
7 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11061
AND pac.`id_product_attribute` = 2430337
AND agl.`id_lang` = 1 |
126
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11275
AND pac.`id_product_attribute` = 2430754
AND agl.`id_lang` = 1 |
126
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
126
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430775, 2430776, 2430777, 2430778, 2430779, 2430780) AND il.`id_lang` = 1 ORDER by i.`position` |
126
ms
|
12 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11275
AND cl.`id_lang` = 1 |
126
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11265
AND cl.`id_lang` = 1 |
126
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11271) LIMIT 1 |
126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
UPDATE `ps_smpl_redirection` SET `id_redirection` = '90014',`id_redirection_type` = '0',`name` = 'Ajout auto pour 404 de type pagenotfound',`id_redirection_src` = '3',`id_import` = '0',`active` = '0',`any_querystring` = '0',`request_nb` = '5217803',`old_request_path` = '/',`new_request_path` = 'https://www.vapoclope.fr/',`ipa` = NULL WHERE `id_redirection` = 90014 |
126
ms
|
1 |
|
|
/classes/ObjectModel.php:756
/modules/smplredirectionsmanager/classes/SmplRedirection.php:92<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:874<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 7
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
126
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11282) LIMIT 1 |
126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10955) AND (b.`id_shop` = 1) LIMIT 1 |
126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11273
AND cl.`id_lang` = 1 |
126
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
125
ms
|
1 |
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11269
ORDER BY `position` |
125
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11305
AND pac.`id_product_attribute` = 2430829
AND agl.`id_lang` = 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11305
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
125
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE item.`id_g_megamenus` FROM `ps_g_megamenus` item
LEFT JOIN `ps_g_megamenus_shop` itemshop
ON item.`id_g_megamenus` = itemshop.`id_g_megamenus`
WHERE FIND_IN_SET("home_page", item.pages) AND itemshop.id_shop = 1 AND item.`active` = 1
GROUP BY item.`id_g_megamenus` ASC |
125
ms
|
3 |
|
Yes
|
/modules/g_megamenu/classes/gmegamenusModel.php:109
/modules/g_megamenu/g_megamenu.php:1213<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11270
ORDER BY `position` |
125
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
125
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 11
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
125
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11298
ORDER BY `position` |
125
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
125
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11295
AND cl.`id_lang` = 1 |
125
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
125
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:39
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11060
AND pac.`id_product_attribute` = 2430326
AND agl.`id_lang` = 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 835 |
125
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11316
AND cl.`id_lang` = 1 |
125
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
125
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
125
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10983
AND pac.`id_product_attribute` = 2430052
AND agl.`id_lang` = 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11298) AND (b.`id_shop` = 1) LIMIT 1 |
124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 583) LIMIT 1 |
124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
124
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
124
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11315
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
124
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 67
ORDER BY `id_type` ASC |
124
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
124
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11312
AND cl.`id_lang` = 1 |
124
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11314) AND (b.`id_shop` = 1) LIMIT 1 |
124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430783, 2430784, 2430785, 2430786, 2430787, 2430788, 2430789) AND il.`id_lang` = 1 ORDER by i.`position` |
124
ms
|
7 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 71
ORDER BY `id_type` ASC |
124
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
124
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11273
AND pac.`id_product_attribute` = 2430752
AND agl.`id_lang` = 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11274
AND pac.`id_product_attribute` = 2430753
AND agl.`id_lang` = 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11336 AND pa.`id_product` = 11336 AND pa.`id_product_attribute` = 2431016 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10937) AND (b.`id_shop` = 1) LIMIT 1 |
123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
123
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
123
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11294) AND (b.`id_shop` = 1) LIMIT 1 |
123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11303
AND pac.`id_product_attribute` = 2430827
AND agl.`id_lang` = 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11302
AND pac.`id_product_attribute` = 2430826
AND agl.`id_lang` = 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11301
AND pac.`id_product_attribute` = 2430825
AND agl.`id_lang` = 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
123
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
123
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11319
AND cl.`id_lang` = 1 |
123
ms
|
5 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430746) AND il.`id_lang` = 1 ORDER by i.`position` |
122
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 71
ORDER BY `id_type` ASC |
122
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
122
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
122
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
122
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1)
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 = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11271
AND pac.`id_product_attribute` = 2430749
AND agl.`id_lang` = 1 |
122
ms
|
1 |
|
|
/classes/Product.php:7439
/classes/Product.php:5826<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11269) AND (b.`id_shop` = 1) LIMIT 1 |
122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11278) LIMIT 1 |
122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
122
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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) |
122
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:39
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
122
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11288) AND (b.`id_shop` = 1) LIMIT 1 |
121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
121
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11298) LIMIT 1 |
121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11309) LIMIT 1 |
121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11284) AND (b.`id_shop` = 1) LIMIT 1 |
121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
121
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 10937) LIMIT 1 |
121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
121
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
121
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430825)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
120
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10983
ORDER BY `position` |
120
ms
|
5 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
120
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
120
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
120
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
120
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
120
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
120
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11037
AND cl.`id_lang` = 1 |
120
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
120
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
120
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
120
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
120
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430826)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
120
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11294
AND cl.`id_lang` = 1 |
120
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11029
ORDER BY `position` |
119
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11278) AND (b.`id_shop` = 1) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 11060
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
119
ms
|
7 |
|
Yes
|
/classes/Product.php:2710
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (2430828)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
119
ms
|
1 |
|
|
/classes/Product.php:2729
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 12
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
119
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11050) |
119
ms
|
6 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
119
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
119
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
119
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 196) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11295) AND (b.`id_shop` = 1) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
119
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
119
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430735, 2430736, 2430737, 2430738, 2430739, 2430740, 2430741, 2430806) AND il.`id_lang` = 1 ORDER by i.`position` |
119
ms
|
8 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
118
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2429944, 2429945, 2429946, 2429948, 2429952, 2429955, 2429956, 2429958) AND il.`id_lang` = 1 ORDER by i.`position` |
118
ms
|
8 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11294) AND (b.`id_shop` = 1) LIMIT 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1 AND `id_shop` = 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:1439<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2792<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3077<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3032<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11265) AND (b.`id_shop` = 1) LIMIT 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11273
ORDER BY `position` |
118
ms
|
2 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
118
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
118
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11301) LIMIT 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
118
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11316
ORDER BY `position` |
118
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11336) |
118
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11050) LIMIT 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
118
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11270
AND image_shop.`cover` = 1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
117
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 49
ORDER BY `id_type` ASC |
117
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11303) AND (b.`id_shop` = 1) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 852) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23489) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 34) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) AND (b.`id_shop` = 1) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:497<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2429886, 2429885) AND il.`id_lang` = 1 ORDER by i.`position` |
117
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11298 AND `id_shop` = 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
117
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11037
AND image_shop.`cover` = 1 LIMIT 1 |
116
ms
|
7 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
116
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 715) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
116
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11302) AND (b.`id_shop` = 1) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11282) AND (b.`id_shop` = 1) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
116
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
116
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
116
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
116
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
115
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11274) AND (b.`id_shop` = 1) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 799) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
115
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
115
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11301) AND (b.`id_shop` = 1) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11303
AND cl.`id_lang` = 1 |
115
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
114
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
114
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11298
AND image_shop.`cover` = 1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10983) AND (b.`id_shop` = 1) LIMIT 1 |
114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
114
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11316
AND image_shop.`cover` = 1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2431016) LIMIT 1 |
114
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
114
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
114
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11269
AND image_shop.`cover` = 1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
114
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11061) AND (b.`id_shop` = 1) LIMIT 1 |
114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
113
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 362) LIMIT 1 |
113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11302
AND cl.`id_lang` = 1 |
113
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
113
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
113
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11273) AND (b.`id_shop` = 1) LIMIT 1 |
113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
113
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11301
AND cl.`id_lang` = 1 |
113
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430747) AND il.`id_lang` = 1 ORDER by i.`position` |
113
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430051, 2430052, 2430053, 2430054, 2430055) AND il.`id_lang` = 1 ORDER by i.`position` |
113
ms
|
5 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
113
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11295
ORDER BY `position` |
113
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11319) |
113
ms
|
9 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
113
ms
|
20 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:806<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11304
AND cl.`id_lang` = 1 |
113
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
113
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:39
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11271) AND (b.`id_shop` = 1) LIMIT 1 |
113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM ps_meta_editor WHERE id_shop = 1 |
112
ms
|
6 |
|
|
/modules/vapoclopethemeditor/classes/TabsBuilder.php:50
/modules/vapoclopethemeditor/classes/TabsBuilder.php:60<br>/modules/vapoclopethemeditor/classes/TabsBuilder.php:184<br>/modules/vapoclopethemeditor/classes/TabsBuilder.php:262<br>/modules/vapoclopethemeditor/vapoclopethemeditor.php:1104<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
112
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11270) AND (b.`id_shop` = 1) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11320 AND pa.`id_product` = 11320 AND pa.`id_product_attribute` = 2430930 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
112
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
112
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11320 LIMIT 1 |
112
ms
|
10 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11295) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
112
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11288) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11305) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11295 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 74
ORDER BY `id_type` ASC |
112
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
111
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 362) AND (b.`id_shop` = 1) LIMIT 1 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:497<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2431016) AND il.`id_lang` = 1 ORDER by i.`position` |
111
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430753) AND il.`id_lang` = 1 ORDER by i.`position` |
111
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11060) AND (b.`id_shop` = 1) LIMIT 1 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5656<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
111
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11315) LIMIT 1 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11314
AND cl.`id_lang` = 1 |
111
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
111
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
110
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
110
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
110
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11336 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11309
AND cl.`id_lang` = 1 |
110
ms
|
11 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_g_megamenus` a
LEFT JOIN `ps_g_megamenus_lang` `b` ON a.`id_g_megamenus` = b.`id_g_megamenus` AND b.`id_lang` = 1
LEFT JOIN `ps_g_megamenus_shop` `c` ON a.`id_g_megamenus` = c.`id_g_megamenus` AND c.`id_shop` = 1
WHERE (a.`id_g_megamenus` = 7) LIMIT 1 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/g_megamenu/classes/gmegamenusModel.php:49<br>/modules/g_megamenu/g_megamenu.php:1223<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11060) LIMIT 1 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM ps_meta_editor WHERE id_shop = 1 |
110
ms
|
6 |
|
|
/modules/vapoclopethemeditor/classes/TabsBuilder.php:29
/modules/vapoclopethemeditor/vapoclopethemeditor.php:1081<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11278 LIMIT 1 |
110
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
109
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430825) AND il.`id_lang` = 1 ORDER by i.`position` |
109
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
109
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
109
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11274
AND image_shop.`cover` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10955
AND cl.`id_lang` = 1 |
109
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
109
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11316) |
109
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
109
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11320
AND image_shop.`cover` = 1 LIMIT 1 |
109
ms
|
20 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11061
AND cl.`id_lang` = 1 |
109
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
109
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430810) AND il.`id_lang` = 1 ORDER by i.`position` |
108
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11037) |
108
ms
|
5 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11298
AND cl.`id_lang` = 1 |
108
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430869) AND il.`id_lang` = 1 ORDER by i.`position` |
108
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
108
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11302) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
108
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10937
AND cl.`id_lang` = 1 |
108
ms
|
9 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayQuantityDiscountProCustom1')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
108
ms
|
7 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
108
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
107
ms
|
221 |
|
|
/classes/Tab.php:359
/modules/smplredirectionsmanager/smplredirectionsmanager.php:81<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11061) |
107
ms
|
7 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11060
AND cl.`id_lang` = 1 |
107
ms
|
8 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 17 AND psgdprl.id_lang =1 LIMIT 1 |
107
ms
|
7 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:687<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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:902<br>/classes/Hook.php:1022<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11273
AND image_shop.`cover` = 1 LIMIT 1 |
107
ms
|
2 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11037 LIMIT 1 |
107
ms
|
5 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11050 LIMIT 1 |
107
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11320) LIMIT 1 |
107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 6 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
107
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/modules/opartnoindex/opartnoindex.php:1309<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
106
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10983
AND cl.`id_lang` = 1 |
106
ms
|
7 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
106
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11314
ORDER BY `position` |
106
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11309
ORDER BY `position` |
106
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 362) AND (b.`id_shop` = 1) LIMIT 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:1521<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
106
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
106
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11315
AND cl.`id_lang` = 1 |
106
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11303
ORDER BY `position` |
106
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11270 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
105
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:4998<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11305
AND cl.`id_lang` = 1 |
105
ms
|
10 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6204<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429850) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11319
AND image_shop.`cover` = 1 LIMIT 1 |
105
ms
|
9 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11319 LIMIT 1 |
105
ms
|
9 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
105
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
105
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11269 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11304) LIMIT 1 |
105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11320
AND cl.`id_lang` = 1 |
105
ms
|
6 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11302
ORDER BY `position` |
105
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10937) |
105
ms
|
2 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11301
ORDER BY `position` |
105
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
104
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11315 |
104
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11305
ORDER BY `position` |
104
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 799 |
104
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11279
AND cl.`id_lang` = 1 |
104
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11278 LIMIT 1 |
104
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11304
ORDER BY `position` |
104
ms
|
1 |
Yes
|
|
/classes/Product.php:3550
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
104
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11288
AND cl.`id_lang` = 1 |
104
ms
|
3 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10924) |
103
ms
|
10 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product` = 11298) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6024<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11336 AND `id_shop` = 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11035) |
103
ms
|
6 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 72
ORDER BY `id_quantity_discount_rule_group` ASC |
103
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 558) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430194) AND il.`id_lang` = 1 ORDER by i.`position` |
103
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11035
AND image_shop.`cover` = 1 LIMIT 1 |
103
ms
|
6 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11303 AND `id_shop` = 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430816) AND il.`id_lang` = 1 ORDER by i.`position` |
103
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11271
AND image_shop.`cover` = 1 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11061 |
103
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11294
AND image_shop.`cover` = 1 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430754) AND il.`id_lang` = 1 ORDER by i.`position` |
102
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10955) |
102
ms
|
8 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 714) LIMIT 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11275
AND image_shop.`cover` = 1 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
102
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
102
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:497<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
102
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
102
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:82<br>/config/smartyfront.config.inc.php:93<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.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/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11318 LIMIT 1 |
102
ms
|
4 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23823) LIMIT 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11278) |
101
ms
|
6 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11294 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430829) AND il.`id_lang` = 1 ORDER by i.`position` |
101
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11271) |
101
ms
|
2 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11320 LIMIT 1 |
101
ms
|
10 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11315
AND image_shop.`cover` = 1 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
100
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 11278
AND cl.`id_lang` = 1 |
100
ms
|
4 |
|
|
/classes/Product.php:3426
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6179<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11274) |
100
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11318 LIMIT 1 |
100
ms
|
4 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
100
ms
|
20 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:355<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11316 AND pa.`id_product` = 11316 AND pa.`id_product_attribute` = 2430870 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11265 LIMIT 1 |
99
ms
|
8 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11284) |
99
ms
|
7 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430739) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 50
ORDER BY `id_type` ASC |
99
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10983) |
99
ms
|
5 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 835) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11265 LIMIT 1 |
98
ms
|
8 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 5 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
98
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11265) |
98
ms
|
8 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11060) |
98
ms
|
7 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11282 LIMIT 1 |
98
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11278 AND pa.`id_product` = 11278 AND pa.`id_product_attribute` = 2430760 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
98
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:39
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11050 LIMIT 1 |
98
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430870) AND il.`id_lang` = 1 ORDER by i.`position` |
97
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
97
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430828) AND il.`id_lang` = 1 ORDER by i.`position` |
97
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23148 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 281) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11303 AND pa.`id_product` = 11303 AND pa.`id_product_attribute` = 2430827 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430302) LIMIT 1 |
97
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11274 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
96
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:538<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2794<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3077<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3032<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11313 LIMIT 1 |
96
ms
|
7 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11273 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 431) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11271 LIMIT 1 |
96
ms
|
2 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11294
AND image_shop.`cover` = 1 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 14 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
96
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11284 LIMIT 1 |
96
ms
|
7 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 10937
AND image_shop.`cover` = 1 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11336 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11270 AND pa.`id_product` = 11270 AND pa.`id_product_attribute` = 2430747 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11313) |
95
ms
|
7 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('33610' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '33610')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
95
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3954<br>/classes/Product.php:3716<br>/classes/Product.php:5709<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 13 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
95
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11271 LIMIT 1 |
95
ms
|
2 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11275 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category_excluded
FROM `ps_quantity_discount_rule_action_category_excluded`
WHERE `id_quantity_discount_rule_action` = 830 |
95
ms
|
2 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6195<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_vapoclopehomecatab` a
WHERE (a.`id_homecatab` = 3) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:499<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430828) LIMIT 1 |
95
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE item.`id_g_megamenus` FROM `ps_g_megamenus` item
LEFT JOIN `ps_g_megamenus_shop` itemshop
ON item.`id_g_megamenus` = itemshop.`id_g_megamenus`
WHERE FIND_IN_SET("all_page", item.pages) AND itemshop.id_shop = 1 AND item.`active` = 1
GROUP BY item.`id_g_megamenus` ASC |
94
ms
|
3 |
|
Yes
|
/modules/g_megamenu/classes/gmegamenusModel.php:109
/modules/g_megamenu/g_megamenu.php:1215<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11313
AND image_shop.`cover` = 1 LIMIT 1 |
94
ms
|
14 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11269 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 50
ORDER BY `id_type` ASC |
94
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11298) |
94
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 7 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
94
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 2430886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11298 AND pa.`id_product` = 11298 AND pa.`id_product_attribute` = 2430816 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_message` t
WHERE `id_quantity_discount_rule` = 67
AND `hook_name` = 'hookDisplayQuantityDiscountProCustom1' |
94
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:221
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:323<br>/modules/quantitydiscountpro/quantitydiscountpro.php:827<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11274 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23262) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 77
ORDER BY `id_type` ASC |
94
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11029) |
94
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_vapoclopehomecatab` a
WHERE (a.`id_homecatab` = 5) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:499<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11319 LIMIT 1 |
94
ms
|
9 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11273) |
94
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11273 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11313 AND `id_shop` = 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11279 AND `id_shop` = 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11275) |
94
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11035 AND `id_shop` = 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11309 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 949 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11284
AND image_shop.`cover` = 1 LIMIT 1 |
93
ms
|
8 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11265 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11316 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
93
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11050 AND pa.`id_product` = 11050 AND pa.`id_product_attribute` = 2430302 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11279 |
93
ms
|
5 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11274 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11313 LIMIT 1 |
93
ms
|
7 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11270 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11312 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11270) |
93
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11302 AND pa.`id_product` = 11302 AND pa.`id_product_attribute` = 2430826 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 71
ORDER BY `id_quantity_discount_rule_group` ASC |
93
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11037 AND `id_shop` = 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10955 |
92
ms
|
8 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_message` a
LEFT JOIN `ps_quantity_discount_rule_message_lang` `b` ON a.`id_quantity_discount_rule_message` = b.`id_quantity_discount_rule_message` AND b.`id_lang` = 1
WHERE (a.`id_quantity_discount_rule_message` = 304) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/quantitydiscountpro.php:830<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
92
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11279) |
92
ms
|
5 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11284 LIMIT 1 |
92
ms
|
7 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11275 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('1446', '11618', '3628718268', '', '1', '1', '2026-02-01 15:01:23') |
92
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11269 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11295
AND image_shop.`cover` = 1 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11037 AND pa.`id_product` = 11037 AND pa.`id_product_attribute` = 2430491 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430752) AND il.`id_lang` = 1 ORDER by i.`position` |
92
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2429853) LIMIT 1 |
91
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11303
AND image_shop.`cover` = 1 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11284 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 807) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11318) |
91
ms
|
4 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:497<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 10955 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11294 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 653) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11271 AND pa.`id_product` = 11271 AND pa.`id_product_attribute` = 2430749 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11302) |
91
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430865) AND il.`id_lang` = 1 ORDER by i.`position` |
91
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11294) |
91
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11298 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 10937 LIMIT 1 |
91
ms
|
2 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 835) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11315) |
91
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11303) |
91
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430740) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 810) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11282) |
91
ms
|
6 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11265
AND image_shop.`cover` = 1 LIMIT 1 |
91
ms
|
7 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11301) |
90
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11029 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11295 AND pa.`id_product` = 11295 AND pa.`id_product_attribute` = 2430811 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11282 LIMIT 1 |
90
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
90
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
90
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/config/smartyfront.config.inc.php:56<br>/config/smarty.config.inc.php:60<br>/config/config.inc.php:231<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 681) LIMIT 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11288) |
90
ms
|
3 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11314
AND image_shop.`cover` = 1 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11275 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11282 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 10955
AND image_shop.`cover` = 1 LIMIT 1 |
90
ms
|
8 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11271 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11295 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11274 AND pa.`id_product` = 11274 AND pa.`id_product_attribute` = 2430753 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11295) |
90
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430299) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11035 LIMIT 1 |
90
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10924 |
90
ms
|
10 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11270) AND (id_product_attribute = 2430747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11302
AND image_shop.`cover` = 1 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11314) |
89
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11301
AND image_shop.`cover` = 1 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 275) LIMIT 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10983 AND pa.`id_product` = 10983 AND pa.`id_product_attribute` = 2430052 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11274 |
89
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 387
AND `active` = 1 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430837) AND il.`id_lang` = 1 ORDER by i.`position` |
89
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 830 |
89
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 810) LIMIT 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11273 AND `id_shop` = 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_group` = 12) LIMIT 1 |
89
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:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23466) LIMIT 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10937 |
88
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430221) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 851 |
88
ms
|
2 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430491 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 851) LIMIT 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11312 LIMIT 1 |
88
ms
|
7 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 10983 AND `id_shop` = 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11316 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 855 LIMIT 1 |
88
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23447 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 826) LIMIT 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 77) LIMIT 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11312 LIMIT 1 |
87
ms
|
7 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_opartnoindex_others
WHERE controller_name = "index"
AND id_lang = 1
AND id_shop = 1 LIMIT 1 |
87
ms
|
1 |
|
|
/modules/opartnoindex/opartnoindex.php:1270
/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430903) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23454 |
87
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11029
AND image_shop.`cover` = 1 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11309) |
87
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11319 |
87
ms
|
9 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11304) |
87
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1 |
87
ms
|
7 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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:902<br>/classes/Hook.php:1022<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1215<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1028<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11305) |
87
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430786) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 807 |
86
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23654) LIMIT 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11282 AND pa.`id_product` = 11282 AND pa.`id_product_attribute` = 2430775 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 877 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11269) |
86
ms
|
1 |
|
|
/classes/Product.php:3861
/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11295
AND image_shop.`cover` = 1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 799) LIMIT 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11319 AND `id_shop` = 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11312
AND image_shop.`cover` = 1 LIMIT 1 |
86
ms
|
14 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11029 AND `id_shop` = 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 310) LIMIT 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11318 |
86
ms
|
4 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 430) LIMIT 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11318 AND `id_shop` = 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430811) AND il.`id_lang` = 1 ORDER by i.`position` |
85
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 67
ORDER BY `id_type` ASC |
85
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 |
85
ms
|
7 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 8 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
85
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('33610' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '33610')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
85
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:206<br>/classes/Product.php:2755<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430194) LIMIT 1 |
85
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11303 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23453 |
85
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11037
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
85
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 49
ORDER BY `id_type` ASC |
85
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430924) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11319 AND pa.`id_product` = 11319 AND pa.`id_product_attribute` = 2430897 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 10955 LIMIT 1 |
85
ms
|
8 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11288
AND image_shop.`cover` = 1 LIMIT 1 |
85
ms
|
3 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430826) AND il.`id_lang` = 1 ORDER by i.`position` |
85
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 10 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
85
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
85
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:39
|
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 = 1)
WHERE i.`id_product` = 11288
AND image_shop.`cover` = 1 LIMIT 1 |
85
ms
|
3 |
|
|
/classes/Product.php:3575
/override/classes/CustomClass.php:40<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11336 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11288 AND `id_shop` = 1 |
85
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11050 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11314 AND `id_shop` = 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11304 AND pa.`id_product` = 11304 AND pa.`id_product_attribute` = 2430828 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 (2430827) AND il.`id_lang` = 1 ORDER by i.`position` |
84
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 830) LIMIT 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11035 LIMIT 1 |
84
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430776) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
84
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
84
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:285<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430220) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
84
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 10924 AND `id_shop` = 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 67
ORDER BY `id_quantity_discount_rule_group` ASC |
84
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
84
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11278 AND `id_shop` = 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23693) LIMIT 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11314 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 10924 LIMIT 1 |
84
ms
|
10 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 72
ORDER BY `id_type` ASC |
84
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 17 AND psgdprl.id_lang =1 LIMIT 1 |
84
ms
|
7 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:687<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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:902<br>/classes/Hook.php:1022<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
84
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23489 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 17 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
84
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11060 AND pa.`id_product` = 11060 AND pa.`id_product_attribute` = 2430326 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11316 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 659) LIMIT 1 |
84
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430857 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
83
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 19 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
83
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23449 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23449) LIMIT 1 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430747) LIMIT 1 |
83
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11301 AND pa.`id_product` = 11301 AND pa.`id_product_attribute` = 2430825 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23447) LIMIT 1 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
83
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/modules/lgcookieslaw/lgcookieslaw.php:5464<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430869) LIMIT 1 |
83
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'index' LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11288 LIMIT 1 |
83
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430826) LIMIT 1 |
83
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430337) LIMIT 1 |
83
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11050 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23692) LIMIT 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11305 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430302 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11265 AND pa.`id_product` = 11265 AND pa.`id_product_attribute` = 2430735 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11035 AND pa.`id_product` = 11035 AND pa.`id_product_attribute` = 2430216 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11336) AND (id_product_attribute = 2431016) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22461 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11309
AND image_shop.`cover` = 1 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23455) LIMIT 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23666) LIMIT 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11312 |
82
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11315 AND `id_shop` = 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 11 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
82
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 9 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
82
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23148) LIMIT 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11061 LIMIT 1 |
82
ms
|
7 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 77) LIMIT 1 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430837) LIMIT 1 |
82
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23655 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23262 |
82
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11284 AND pa.`id_product` = 11284 AND pa.`id_product_attribute` = 2430783 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11061 AND pa.`id_product` = 11061 AND pa.`id_product_attribute` = 2430337 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 72 AND ctg.`id_group` = 12 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11275) AND (id_product_attribute = 2430754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_vapoclopehomecatab` a
WHERE (a.`id_homecatab` = 4) LIMIT 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:499<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11313 |
81
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11315 AND pa.`id_product` = 11315 AND pa.`id_product_attribute` = 2430869 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11312 AND pa.`id_product` = 11312 AND pa.`id_product_attribute` = 2430852 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 10924
AND image_shop.`cover` = 1 LIMIT 1 |
81
ms
|
10 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11269) AND (id_product_attribute = 2430746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11318
AND image_shop.`cover` = 1 LIMIT 1 |
81
ms
|
4 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10955 AND pa.`id_product` = 10955 AND pa.`id_product_attribute` = 2429948 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 947 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430216) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11318 AND pa.`id_product` = 11318 AND pa.`id_product_attribute` = 2430885 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430798) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 20 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
81
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23460) LIMIT 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11288 AND pa.`id_product` = 11288 AND pa.`id_product_attribute` = 2430795 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 4 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
81
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11274) AND (id_product_attribute = 2430753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 368 LIMIT 1 |
81
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 15 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
81
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23454) LIMIT 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10924 AND pa.`id_product` = 10924 AND pa.`id_product_attribute` = 2429853 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 12 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
81
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430302) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11313 AND pa.`id_product` = 11313 AND pa.`id_product_attribute` = 2430857 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22955) LIMIT 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429944) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 50) LIMIT 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11320 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11061
AND image_shop.`cover` = 1 LIMIT 1 |
80
ms
|
7 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
80
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430858) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22836) LIMIT 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 715
AND `active` = 1 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11273) AND (id_product_attribute = 2430752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11288 |
80
ms
|
3 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11294 AND pa.`id_product` = 11294 AND pa.`id_product_attribute` = 2430810 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11273 AND pa.`id_product` = 11273 AND pa.`id_product_attribute` = 2430752 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11314 AND pa.`id_product` = 11314 AND pa.`id_product_attribute` = 2430865 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23455 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 16 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
80
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11309 AND `id_shop` = 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11304 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430744) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11060 LIMIT 1 |
80
ms
|
7 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 851) LIMIT 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430930) LIMIT 1 |
80
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11309 AND pa.`id_product` = 11309 AND pa.`id_product_attribute` = 2430837 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11061 AND `id_shop` = 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11279 AND pa.`id_product` = 11279 AND pa.`id_product_attribute` = 2430765 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11269 AND pa.`id_product` = 11269 AND pa.`id_product_attribute` = 2430746 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11298 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_category` = 246) LIMIT 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 246 AND `id_shop` = 1 |
80
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11294 |
80
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11275 AND pa.`id_product` = 11275 AND pa.`id_product_attribute` = 2430754 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430827) LIMIT 1 |
79
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11271) AND (id_product_attribute = 2430749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2429948) LIMIT 1 |
79
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11275
AND image_shop.`cover` = 1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10937 AND pa.`id_product` = 10937 AND pa.`id_product_attribute` = 2429885 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11305 AND pa.`id_product` = 11305 AND pa.`id_product_attribute` = 2430829 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430491) LIMIT 1 |
79
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 2430887) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2429948 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23693 |
79
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
79
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/jprestaspeedpack/jprestaspeedpack.php:212<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/tax/TaxManagerFactory.php:71<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 18 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
79
ms
|
15 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356<br>/override/classes/CartRule.php:108<br>/override/classes/CartRule.php:147<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11279 LIMIT 1 |
79
ms
|
5 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23453) LIMIT 1 |
79
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 836) LIMIT 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430897) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 10983 LIMIT 1 |
78
ms
|
5 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11309 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:1064
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430326) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430829) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11279
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
5 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11305
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11029 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430865) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430852) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11278
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
6 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430816) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430787) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
78
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:40
|
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` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11282
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
12 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11061 LIMIT 1 |
78
ms
|
7 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430754) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11274
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430753) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430857) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430775) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430885) LIMIT 1 |
78
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430767) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23466 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23692 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE c.`active` = 1 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/ps_imageslider/ps_imageslider.php:575<br>/classes/Hook.php:1022<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11029 AND pa.`id_product` = 11029 AND pa.`id_product_attribute` = 2430194 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5794<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 10924 LIMIT 1 |
78
ms
|
10 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 716) LIMIT 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:354<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:163<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11035 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 71) LIMIT 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11060
AND image_shop.`cover` = 1 LIMIT 1 |
78
ms
|
7 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 |
77
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:39
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11301 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430795) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430765) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430051) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23460 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430810) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430811) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
77
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
77
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430760) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 10983
AND image_shop.`cover` = 1 LIMIT 1 |
77
ms
|
5 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430735) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2429885) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430052) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11050
AND image_shop.`cover` = 1 LIMIT 1 |
77
ms
|
6 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430766) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11273
AND image_shop.`cover` = 1 LIMIT 1 |
77
ms
|
2 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11304
AND image_shop.`cover` = 1 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430783) LIMIT 1 |
77
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11284 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_action` t
WHERE `id_quantity_discount_rule` = 74
ORDER BY `id_type` ASC |
77
ms
|
19 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:171
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11298 |
77
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430930 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23721 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 10955 LIMIT 1 |
77
ms
|
8 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11037 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430930) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 10983 LIMIT 1 |
76
ms
|
5 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22281 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430752) LIMIT 1 |
76
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11278 |
76
ms
|
6 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23823 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11270 |
76
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_smpl_redirection` a
LEFT JOIN `ps_smpl_redirection_shop` `c` ON a.`id_redirection` = c.`id_redirection` AND c.`id_shop` = 1
WHERE (a.`id_redirection` = 90014) LIMIT 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:872<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11271 |
76
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430746) LIMIT 1 |
76
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430825) LIMIT 1 |
76
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11295) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429851) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11314 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 49) LIMIT 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11271) AND (id_product_attribute = 2430750) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 362 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 10937 AND `id_shop` = 1 |
75
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11269 |
75
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11309 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11271
AND image_shop.`cover` = 1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_product_attribute` = 2430749) LIMIT 1 |
75
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:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 74) LIMIT 1 |
75
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
75
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11269
AND image_shop.`cover` = 1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11294) AND (id_product_attribute = 2430810) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11316) AND (id_product_attribute = 2430870) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11060 LIMIT 1 |
75
ms
|
7 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11288 LIMIT 1 |
75
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430898) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23480) LIMIT 1 |
75
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430780) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23524) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2069 LIMIT 1 |
74
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22281) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE i.`id_product` = 11270
AND image_shop.`cover` = 1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:3575
/classes/Product.php:5639<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429852) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "magicscroll" LIMIT 1 |
74
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/magiczoomplus/magiczoomplus.php:596<br>/modules/magiczoomplus/magiczoomplus.php:780<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430768) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 852) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11316) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11294 AND `id_shop` = 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11316 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430753 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 67) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23524 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429853) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22461) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23655) LIMIT 1 |
74
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429855) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11301 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
73
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11304 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11279 LIMIT 1 |
73
ms
|
5 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430788) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 10937 LIMIT 1 |
73
ms
|
2 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 223 AND `id_shop` = 1 LIMIT 1 |
73
ms
|
0 |
|
|
/classes/module/Module.php:2328
/config/smartyfront.config.inc.php:56<br>/config/smarty.config.inc.php:60<br>/config/config.inc.php:231<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 74
ORDER BY `id_quantity_discount_rule_group` ASC |
73
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11302 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11060 |
73
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430870 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23666 |
73
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23652) LIMIT 1 |
73
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 50) LIMIT 1 |
73
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 72) LIMIT 1 |
73
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1 |
73
ms
|
7 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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:902<br>/classes/Hook.php:1022<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11301 |
72
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_rewards_template_config`
WHERE `value` = 1
AND `name` = "RSPONSORSHIP_ACTIVE" LIMIT 1 |
72
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:157
/modules/allinone_rewards/models/RewardsTemplateModel.php:406<br>/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:250<br>/modules/allinone_rewards/allinone_rewards.php:612<br>/modules/allinone_rewards/allinone_rewards.php:602<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_category` = 362) LIMIT 1 |
72
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 246 AND ctg.`id_group` = 12 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11336) AND (id_product_attribute = 2431016) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430216) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 810 |
72
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 362
AND `active` = 1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 49
ORDER BY `id_quantity_discount_rule_group` ASC |
72
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430795 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22032) LIMIT 1 |
72
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430741) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430850) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11302 AND `id_shop` = 1 |
72
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430921) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11302 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11336 AND `id_group` = 12 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11060 AND `id_shop` = 1 |
71
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22943) LIMIT 1 |
71
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 877 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11035 |
71
ms
|
6 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430865 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430789) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 466 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430860) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11303 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11315 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430797) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11295) AND (id_product_attribute = 2430811) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430864) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1427 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11288 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430332) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430806) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430853) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430851) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11050 AND `id_shop` = 1 |
70
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
70
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>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:48<br>/var/cache/prod/Ps_checkout7505FrontContainer.php:405<br>/var/cache/prod/Ps_checkout7505FrontContainer.php:1765<br>/var/cache/prod/Ps_checkout7505FrontContainer.php:1805<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1092<br>/modules/ps_checkout/ps_checkout.php:1157<br>/modules/ps_checkout/ps_checkout.php:285<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 875 LIMIT 1 |
70
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11316) AND (id_product_attribute = 2430870) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 826) LIMIT 1 |
70
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430816 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430862) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11301 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11294 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430902) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430863) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11304 AND `id_shop` = 1 |
70
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22836 |
70
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430773) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 4 |
69
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3927<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 851 |
69
ms
|
2 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE pa.id_product = 11305 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11295 AND `id_shop` = 1 |
69
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 377 LIMIT 1 |
69
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430736) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430854) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430855) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
69
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23516) LIMIT 1 |
69
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1)
ORDER BY a.`name` |
69
ms
|
5 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
/modules/lgcookieslaw/lgcookieslaw.php:5006<br>/modules/lgcookieslaw/lgcookieslaw.php:5448<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 11315 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:3818<br>/classes/Product.php:3716<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6270<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 12
AND id_shop = 1 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Product.php:3653<br>/classes/Product.php:4140<br>/modules/prixremisehtml/prixremisehtml.php:132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11309 |
69
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 362 AND ctg.`id_group` = 12 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 77 |
69
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430777) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 877 LIMIT 1 |
69
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430778) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 466 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 836) LIMIT 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23516 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11309) AND (id_product_attribute = 2430837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430326) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22100) LIMIT 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429848) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11298 AND `id_shop` = 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6024<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 558
AND `active` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23654 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11029 |
68
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11050 |
68
ms
|
6 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 807 |
68
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 2430794) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
68
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 196
AND `active` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23667) LIMIT 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 431
AND `active` = 1 LIMIT 1 |
68
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11305 AND `id_shop` = 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23740) LIMIT 1 |
68
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11275 |
67
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23808) LIMIT 1 |
67
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
67
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 77
ORDER BY `id_quantity_discount_rule_group` ASC |
67
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 11320 AND `id_shop` = 1 |
67
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1231 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430779) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
67
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11270) AND (id_product_attribute = 2430747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
67
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 714
AND `active` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_action` a
WHERE (a.`id_quantity_discount_rule_action` = 807) LIMIT 1 |
67
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:156<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:177<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5379<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 50
ORDER BY `id_quantity_discount_rule_group` ASC |
67
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
67
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/vapoclopethemeditor/vapoclopethemeditor.php:1132<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 877 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11275) AND (id_product_attribute = 2430754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
66
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
66
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41<br>/var/cache/prod/Ps_checkout7505FrontContainer.php:1765<br>/var/cache/prod/Ps_checkout7505FrontContainer.php:1805<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1092<br>/modules/ps_checkout/ps_checkout.php:1157<br>/modules/ps_checkout/ps_checkout.php:285<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 67) LIMIT 1 |
66
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
66
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 630 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
66
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:82<br>/config/smartyfront.config.inc.php:93<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23440) LIMIT 1 |
66
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11282 |
66
ms
|
6 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 799 |
66
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23740 |
66
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23480 |
66
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tab_lang`
WHERE `id_tab` = 222 |
66
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:82<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11050 AND id_shop=1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11301 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 72) LIMIT 1 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22063) LIMIT 1 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11279 AND id_shop=1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
65
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:39
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-02-01 00:00:00' AND '2026-02-01 23:59:59' LIMIT 1 |
65
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10937) AND (id_product_attribute = 2429886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
65
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 275
AND `active` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23652 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 4) LIMIT 1 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3927<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
65
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11336 |
65
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11284 |
65
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 466 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 71
ORDER BY `id_quantity_discount_rule_group` ASC |
65
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_vapoclopehomecatab` a
WHERE (a.`id_homecatab` = 1) LIMIT 1 |
65
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:499<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11265 |
65
ms
|
8 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22955 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11320 AND `id_group` = 12 LIMIT 1 |
64
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 71 |
64
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
64
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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` = 1
WHERE (a.`id_category` = 97) LIMIT 1 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 77 |
64
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11320 AND id_shop=1 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11315) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
64
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:520<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430219) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
64
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11298 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23668) LIMIT 1 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 118 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:463<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 74) LIMIT 1 |
64
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430799) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
64
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:82<br>/config/smartyfront.config.inc.php:93<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.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/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11302 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1661 LIMIT 1 |
63
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22100 |
63
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430746 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 97 LIMIT 1 |
63
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11315 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11295 AND `id_group` = 12 LIMIT 1 |
63
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11035) AND (id_product_attribute = 2430218) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
63
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tab_lang`
WHERE `id_tab` = 81 |
63
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:83<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11265 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430784) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
63
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 67 |
63
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11295 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 22921) LIMIT 1 |
62
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430216 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430869 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10955 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tab` a
WHERE (a.`id_tab` = 222) LIMIT 1 |
62
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:82<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430302) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23664) LIMIT 1 |
62
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23531) LIMIT 1 |
62
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23531 |
62
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11314 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11037 |
62
ms
|
5 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430811 LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11050
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
62
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11320 |
62
ms
|
10 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430897) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11316 |
61
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11319 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11274) AND (id_product_attribute = 2430753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2429885 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430885 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 74 |
61
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430765 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1231 LIMIT 1 |
61
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22063 |
61
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 2430888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23550) LIMIT 1 |
61
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-02-01 00:00:00' AND '2026-02-01 23:59:59' LIMIT 1 |
61
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430194 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1019 LIMIT 1 |
61
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2429853 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430775 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430326) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430054) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430760 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11336 AND id_shop=1 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430325) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11314 |
61
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 12 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3996<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430837 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429854) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23721) LIMIT 1 |
61
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11271 AND id_shop=1 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1027 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430052 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430052) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430337) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429948) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23808 |
60
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11304 AND id_shop=1 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430765) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11294) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11305 AND id_shop=1 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430899) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11294) AND (id_product_attribute = 2430810) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430300) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
60
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1133<br>/classes/ObjectModel.php:1043<br>/classes/ObjectModel.php:293<br>/classes/ObjectModel.php:756<br>/modules/smplredirectionsmanager/classes/SmplRedirection.php:92<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:874<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11029 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10983 |
60
ms
|
5 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11314 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430735 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11035 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2045 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11298) AND (id_product_attribute = 2430816) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430810 LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11270 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1027 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430828 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22943 |
59
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
59
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2049 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430761) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430783 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 77
ORDER BY `id_quantity_discount_rule_group` ASC |
59
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11305) AND (id_product_attribute = 2430829) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11315) AND (id_product_attribute = 2430869) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11313 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23550 |
59
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23511) LIMIT 1 |
59
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 49 |
59
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11029) AND (id_product_attribute = 2430194) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430053) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
59
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/CartRule.php:45<br>/classes/controller/FrontController.php:460<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430829 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 830 |
59
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 2430885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
59
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2069 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430825 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430826 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2049 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430897 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11288 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10937) AND (id_product_attribute = 2429885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429856) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
58
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430783) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11320 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430326 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 49) LIMIT 1 |
58
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11304) AND (id_product_attribute = 2430828) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23668 |
58
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 50 |
58
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11061 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23667 |
58
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430852) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
58
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
58
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430752 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11298) AND (id_product_attribute = 2430816) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430827 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 2430795) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 71) LIMIT 1 |
58
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11302) AND (id_product_attribute = 2430826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
58
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11273 LIMIT 1 |
58
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11318 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430749 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429948) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 810 |
57
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23511 |
57
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 855 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 12 |
57
ms
|
1 |
|
|
/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:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 50
ORDER BY `id_quantity_discount_rule_group` ASC |
57
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11336 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430760) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11304 |
57
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11037) AND (id_product_attribute = 2430491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429853) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11298 AND id_shop=1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11313 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11309 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430747 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23440 |
57
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430857) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11295 AND id_shop=1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11314) AND (id_product_attribute = 2430865) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11303) AND (id_product_attribute = 2430827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11273 |
57
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11295) AND (id_product_attribute = 2430811) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11269) AND (id_product_attribute = 2430746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430334) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430852 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11302 |
57
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11060 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11302) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11295 |
57
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23665 |
57
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430775) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430337 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 = 1)
WHERE pa.`id_product_attribute` = 2430754 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5660<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 377 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11275) AND (id_product_attribute = 2430754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
57
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11298) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11303 |
56
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11271) AND (id_product_attribute = 2430749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11273) AND (id_product_attribute = 2430752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11304) AND (id_product_attribute = 2430828) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 23664 |
56
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11301) AND (id_product_attribute = 2430825) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5790<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image` a
LEFT JOIN `ps_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 23665) LIMIT 1 |
56
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11278 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 50 |
56
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11312 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10983 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11060 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430331) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
56
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_image_lang`
WHERE `id_image` = 22921 |
56
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Image.php:89<br>/override/classes/CustomClass.php:41<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11315 AND id_shop=1 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10937 LIMIT 1 |
56
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11295 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 630 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11274 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 97 AND ctg.`id_group` = 12 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11029) AND (id_product_attribute = 2430194) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430737) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11298 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11279 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430783) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 826 |
55
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 11305 |
55
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:566<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 430
AND `active` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430337) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2045 LIMIT 1 |
55
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430897) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 72 |
55
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11314) AND (id_product_attribute = 2430865) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
55
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11282 LIMIT 1 |
55
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10924 LIMIT 1 |
55
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1019 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11275 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430901) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 1588 LIMIT 1 |
54
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11270) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10937) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2069 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430763) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10937 AND id_shop=1 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 2430900) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11294) AND (id_product_attribute = 2430810) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2045 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
54
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 310
AND `active` = 1 LIMIT 1 |
54
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430925) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
54
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11304 LIMIT 1 |
54
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 362 LIMIT 1 |
54
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11269 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11305 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11282 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11309) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11303 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11029 AND id_shop=1 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11061 AND id_shop=1 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10924) AND (id_product_attribute = 2429857) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11269) AND (id_product_attribute = 2430746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 49 |
53
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10924 AND id_shop=1 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SET group_concat_max_len = 33554432 |
53
ms
|
1 |
|
|
/modules/pm_advancedsearch/classes/SearchEngineDb.php:119
/modules/pm_advancedsearch/classes/SearchEngineDb.php:46<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:471<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:450<br>/modules/pm_advancedsearch/classes/SearchEngineUtils.php:279<br>/modules/pm_advancedsearch/pm_advancedsearch.php:2896<br>/modules/pm_advancedsearch/pm_advancedsearch.php:3030<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11318 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430301) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11269 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11035 AND id_shop=1 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11309 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11284) AND (id_product_attribute = 2430785) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
53
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
53
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:1197<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/37/4f/b8/374fb89ba2ee512e5467f6fdeb776c4bdeb0abb5_2.file.footer.tpl.php:469<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:409<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11269) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
52
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1019 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11270) AND (id_product_attribute = 2430747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11271 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
52
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 74
ORDER BY `id_quantity_discount_rule_group` ASC |
52
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430055) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 2430052) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 153 AND `id_shop` = 1 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:82<br>/config/smartyfront.config.inc.php:93<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_2.file.header.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/da/77/f6/da77f6f41ff7eb97f14a559ed774aea65319e4b1_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/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/de/75/a8/de75a87e863099c9c8033bcdc71dde31d6f1e323_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/2f/4c/c5/2f4cc50aebcf9ced2b73690957ee7fefe616a4ad_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/fd/99/75/fd997580fe1b7752708eee4e10c013261a6f7020_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/fashionseo_childlayouts_layout_full_width_tpl/39/2c/0f/392c0f590e0f0ac0a7355e67ccad91977dbecc2d_2.file.index.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11304) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_redirection FROM ps_smpl_redirection_shop WHERE id_redirection = 90014 AND id_shop = 1 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/ObjectModel.php:781
/modules/smplredirectionsmanager/classes/SmplRedirection.php:92<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:874<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11029) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 653
AND `active` = 1 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11314) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
52
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11294 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1427 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11060 AND id_shop=1 LIMIT 1 |
52
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 72 |
52
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11301 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11305 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 2430775) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11304 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 67 |
51
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2070 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_category
FROM `ps_quantity_discount_rule_action_category`
WHERE `id_quantity_discount_rule_action` = 835 |
51
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php:414
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:6171<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:5414<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 2430795) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11319) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 368 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11282) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11037 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430335) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430930) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 281
AND `active` = 1 LIMIT 1 |
51
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 2430852) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430738) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
51
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
51
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10924 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10955 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10983 AND id_shop=1 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11265) AND (id_product_attribute = 2430735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 875 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430760) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11271) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1661 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1019 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11295) AND (id_product_attribute = 2430811) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1661 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11279) AND (id_product_attribute = 2430765) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 362 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11270 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429945) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11312) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11313) AND (id_product_attribute = 2430857) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1019 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11312 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 681
AND `active` = 1 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11305) AND (id_product_attribute = 2430829) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11302) AND (id_product_attribute = 2430826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11301) AND (id_product_attribute = 2430825) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430303) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11050) AND (id_product_attribute = 2430304) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11318) AND (id_product_attribute = 2430885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11319 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11315) AND (id_product_attribute = 2430869) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11315 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2070 LIMIT 1 |
50
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/override/classes/CustomClass.php:39<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:93<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11303) AND (id_product_attribute = 2430827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11275) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11271) AND (id_product_attribute = 2430749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430762) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11303) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 10937) AND (id_product_attribute = 2429885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
50
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11037 AND id_shop=1 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1588 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11312 AND id_shop=1 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1231 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 659
AND `active` = 1 LIMIT 1 |
50
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 877 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10937 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2070 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4312<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11274) AND (id_product_attribute = 2430753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11061 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11302 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11316 AND id_shop=1 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 97 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
49
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430932) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11279 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11271 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 2430795) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2069 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5654<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11303 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tab` a
WHERE (a.`id_tab` = 81) LIMIT 1 |
49
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:83<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430926) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11309) AND (id_product_attribute = 2430837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 11273) AND (id_product_attribute = 2430752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
49
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5843<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11319 AND id_shop=1 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11061
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
49
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1019 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2070 LIMIT 1 |
49
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 72
ORDER BY `id_quantity_discount_rule_group` ASC |
49
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11303 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11274 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11314 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 67
ORDER BY `id_quantity_discount_rule_group` ASC |
48
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11265 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11265 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1019 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2070 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11278 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430327) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
48
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 49
ORDER BY `id_quantity_discount_rule_group` ASC |
48
ms
|
3 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:148
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4857<br>/modules/quantitydiscountpro/quantitydiscountpro.php:826<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11275 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10955 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11274 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11282 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11035
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
48
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10983 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1427 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11278 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11284 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11309 AND `id_group` = 12 LIMIT 1 |
48
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11302 AND id_shop=1 LIMIT 1 |
48
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 74 |
48
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:810<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2069 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2070 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11273 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11060 AND `id_group` = 12 LIMIT 1 |
47
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11284 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2049 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11309 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11029
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
47
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430764) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
47
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11029 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11313 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11282 AND `id_group` = 12 LIMIT 1 |
47
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11301 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11294 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 877 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11318 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11288 AND id_shop=1 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 875 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 11273 LIMIT 1 |
47
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4309<br>/classes/Product.php:5780<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11275 AND id_shop=1 LIMIT 1 |
46
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11270 AND id_shop=1 LIMIT 1 |
46
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 11269 AND id_shop=1 LIMIT 1 |
46
ms
|
1 |
|
|
/classes/Product.php:6792
/classes/Product.php:3926<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430928) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
46
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430927) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
46
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11318 AND `id_group` = 12 LIMIT 1 |
45
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
45
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 716
AND `active` = 1 LIMIT 1 |
45
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11288) AND (id_product_attribute = 2430796) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430933) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429946) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430931) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 855 LIMIT 1 |
45
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
45
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/CartRule.php:45<br>/classes/controller/FrontController.php:460<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 11060
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
45
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11320) AND (id_product_attribute = 2430929) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 71 |
45
ms
|
15 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:101<br>/modules/quantitydiscountpro/quantitydiscountpro.php:825<br>/modules/prixremisehtml/prixremisehtml.php:129<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:168<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 10937
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
45
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 10983
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
45
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 583
AND `active` = 1 LIMIT 1 |
45
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:99<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11278) AND (id_product_attribute = 2430774) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
45
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430329) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
44
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1 |
44
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430328) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
44
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11298 AND `id_group` = 12 LIMIT 1 |
44
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429952) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
44
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11037 AND `id_group` = 12 LIMIT 1 |
43
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 12
AND id_shop = 1 LIMIT 1 |
43
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 630 LIMIT 1 |
43
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11035 AND `id_group` = 12 LIMIT 1 |
43
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430336) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
43
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10937 AND `id_group` = 12 LIMIT 1 |
43
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11315 AND `id_group` = 12 LIMIT 1 |
43
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429958) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
43
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429956) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
42
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 10955
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
42
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11060) AND (id_product_attribute = 2430330) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
42
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10955) AND (id_product_attribute = 2429955) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
42
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 10924
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
42
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3828<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11061) AND (id_product_attribute = 2430338) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
42
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2743<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:221<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/fashionseo_child/b9/df/80/b9df80b63f93617fb2331fc36da98ebb007e34e6_2.file.home.tpl.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:515<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
UPDATE `ps_smpl_redirection_shop` SET `id_redirection` = '90014',`id_shop` = '1' WHERE id_redirection = 90014 AND id_shop = 1 |
42
ms
|
1 |
|
|
/classes/ObjectModel.php:783
/modules/smplredirectionsmanager/classes/SmplRedirection.php:92<br>/modules/smplredirectionsmanager/smplredirectionsmanager.php:874<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
42
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1427 LIMIT 1 |
41
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11304 AND `id_group` = 12 LIMIT 1 |
41
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 875 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1588 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11316 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2070 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1661 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10983 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11061 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10924 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11265 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 377 LIMIT 1 |
40
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11288 AND `id_group` = 12 LIMIT 1 |
40
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11319 AND `id_group` = 12 LIMIT 1 |
39
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11029 AND `id_group` = 12 LIMIT 1 |
39
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 368 LIMIT 1 |
39
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2069 LIMIT 1 |
39
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11305 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11279 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11312 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11314 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11294 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11284 AND `id_group` = 12 LIMIT 1 |
38
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11274 AND `id_group` = 12 LIMIT 1 |
37
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11313 AND `id_group` = 12 LIMIT 1 |
37
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11303 AND `id_group` = 12 LIMIT 1 |
37
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11278 AND `id_group` = 12 LIMIT 1 |
37
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11271 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11302 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11275 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11269 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11270 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11301 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10955 AND `id_group` = 12 LIMIT 1 |
36
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11273 AND `id_group` = 12 LIMIT 1 |
35
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3992<br>/classes/Product.php:3716<br>/classes/Product.php:5673<br>/classes/Product.php:5907<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:544<br>/modules/vapoclope_dernieresnouveautes/vapoclope_dernieresnouveautes.php:498<br>/classes/Hook.php:1008<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|