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`) |
11125
ms
|
24813 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
INSERT INTO `ps_address` (`id_customer`, `id_manufacturer`, `id_supplier`, `id_warehouse`, `id_country`, `id_state`, `alias`, `company`, `lastname`, `firstname`, `vat_number`, `address1`, `address2`, `postcode`, `city`, `other`, `phone`, `phone_mobile`, `dni`, `deleted`, `date_add`, `date_upd`) VALUES ('0', '0', '0', '0', '13', '0', 'Generated automatically', '', 'Apellido', 'Nombre', '', 'Dirección', '', '', 'Ciudad', '', '', '', '', '0', '2025-08-11 14:26:13', '2025-08-11 14:26:13') |
5135
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Address.php:192<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1032<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 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 (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
4565
ms
|
505 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3824
ms
|
582 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6781<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
3139
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6781<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
DELETE FROM `ps_cart` WHERE `id_cart` = 2305010 |
2985
ms
|
1 |
|
|
/classes/ObjectModel.php:877
/classes/Cart.php:408<br>/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2796
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
INSERT INTO `ps_cart` (`id_shop_group`, `id_shop`, `id_address_delivery`, `id_address_invoice`, `id_carrier`, `id_currency`, `id_customer`, `id_guest`, `id_lang`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `delivery_option`, `secure_key`, `allow_seperated_package`, `date_add`, `date_upd`) VALUES ('0', '1', '0', '0', '0', '1', '0', '0', '5', '0', '0', '', '0', '', '', '0', '2025-08-11 14:26:13', '2025-08-11 14:26:13') |
2557
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2358
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2326
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2256
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
UPDATE `ps_configuration` SET `value` = NULL,`date_upd` = '2025-08-11 14:26:13' WHERE `name` = 'PS_ACCOUNTS_FIREBASE_REFRESH_TOKEN' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
2235
ms
|
1 |
|
|
/classes/Configuration.php:471
/modules/ps_accounts/src/Adapter/Configuration.php:164<br>/modules/ps_accounts/src/Adapter/Configuration.php:150<br>/modules/ps_accounts/src/Repository/ConfigurationRepository.php:95<br>/modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php:74<br>/modules/ps_accounts/src/Account/Session/Session.php:75<br>/modules/ps_accounts/src/Service/PsAccountsService.php:120<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:155<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2222
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/modules/pm_applepay/pm_applepay.php:1357<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2187
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2167
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2115
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2099
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2053
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2144<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.`id_product_attribute`, cp.`id_product`, cp.`quantity` AS cart_quantity, cp.id_shop, cp.`id_customization`, pl.`name`, p.`is_virtual`,
pl.`description_short`, pl.`available_now`, pl.`available_later`, product_shop.`id_category_default`, p.`id_supplier`,
p.`id_manufacturer`, m.`name` AS manufacturer_name, product_shop.`on_sale`, product_shop.`ecotax`, product_shop.`additional_shipping_cost`,
product_shop.`available_for_order`, product_shop.`show_price`, product_shop.`price`, product_shop.`active`, product_shop.`unity`, product_shop.`unit_price_ratio`,
stock.`quantity` AS quantity_available, p.`width`, p.`height`, p.`depth`, stock.`out_of_stock`, p.`weight`,
p.`available_date`, p.`date_add`, p.`date_upd`, IFNULL(stock.quantity, 0) as quantity, pl.`link_rewrite`, cl.`link_rewrite` AS category,
CONCAT(LPAD(cp.`id_product`, 10, 0), LPAD(IFNULL(cp.`id_product_attribute`, 0), 10, 0), IFNULL(cp.`id_address_delivery`, 0), IFNULL(cp.`id_customization`, 0)) AS unique_id, cp.id_address_delivery,
product_shop.advanced_stock_management, ps.product_supplier_reference supplier_reference,
cu.`id_customization`, cu.`quantity` AS customization_quantity,
product_attribute_shop.`price` AS price_attribute, product_attribute_shop.`ecotax` AS ecotax_attr,
IF (IFNULL(pa.`reference`, '') = '', p.`reference`, pa.`reference`) AS reference,
(p.`weight`+ pa.`weight`) weight_attribute,
IF (IFNULL(pa.`ean13`, '') = '', p.`ean13`, pa.`ean13`) AS ean13,
IF (IFNULL(pa.`isbn`, '') = '', p.`isbn`, pa.`isbn`) AS isbn,
IF (IFNULL(pa.`upc`, '') = '', p.`upc`, pa.`upc`) AS upc,
IF (IFNULL(pa.`mpn`, '') = '', p.`mpn`, pa.`mpn`) AS mpn,
IFNULL(product_attribute_shop.`minimal_quantity`, product_shop.`minimal_quantity`) as minimal_quantity,
IF(product_attribute_shop.wholesale_price > 0, product_attribute_shop.wholesale_price, product_shop.`wholesale_price`) wholesale_price
,
image_shop.`id_image` id_image, il.`legend`
FROM `ps_cart_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_shop` = cp.`id_shop` AND product_shop.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_lang` `pl` ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = cp.id_shop
LEFT JOIN `ps_category_lang` `cl` ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.id_shop = cp.id_shop
LEFT JOIN `ps_product_supplier` `ps` ON ps.`id_product` = cp.`id_product` AND ps.`id_product_attribute` = cp.`id_product_attribute` AND ps.`id_supplier` = p.`id_supplier`
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `cp`.id_product AND stock.id_product_attribute = IFNULL(`cp`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_customization` `cu` ON p.`id_product` = cu.`id_product` AND cp.`id_product_attribute` = cu.`id_product_attribute` AND cp.`id_customization` = cu.`id_customization` AND cu.`id_cart` = 2305010
LEFT JOIN `ps_product_attribute` `pa` ON pa.`id_product_attribute` = cp.`id_product_attribute`
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.`id_shop` = cp.`id_shop` AND product_attribute_shop.`id_product_attribute` = pa.`id_product_attribute`)
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 il.`id_image` = image_shop.`id_image` AND il.`id_lang` = 5
WHERE (cp.`id_cart` = 2305010) AND (p.`id_product` IS NOT NULL)
GROUP BY cp.`id_product_attribute`, cp.`id_product`, cp.`id_shop`, cp.`id_customization`
ORDER BY cp.`date_add`, cp.`id_product`, cp.`id_product_attribute` ASC |
2014
ms
|
1 |
Yes
|
Yes
|
/classes/Cart.php:764
/classes/Cart.php:2550<br>/classes/Cart.php:2847<br>/classes/Cart.php:3177<br>/modules/pm_applepay/pm_applepay.php:1370<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
UPDATE `ps_cart` SET `id_cart` = '2305010',`id_shop_group` = '0',`id_shop` = '1',`id_address_delivery` = '2251599',`id_address_invoice` = '2251599',`id_carrier` = '0',`id_currency` = '1',`id_customer` = '0',`id_guest` = '0',`id_lang` = '5',`recyclable` = '0',`gift` = '0',`gift_message` = '',`mobile_theme` = '0',`delivery_option` = '',`secure_key` = '',`allow_seperated_package` = '0',`date_add` = '2025-08-11 14:26:13',`date_upd` = '2025-08-11 14:26:13' WHERE `id_cart` = 2305010 |
2010
ms
|
1 |
|
|
/classes/ObjectModel.php:756
/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-08-11 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
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_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.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` = 5)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
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 )
WHERE `id_product_1` = 354 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
1819
ms
|
4 |
|
Yes
|
/classes/Product.php:4639
/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
1793
ms
|
338260 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
1777
ms
|
1301 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1730
ms
|
513 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-08-11 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
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_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 5 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 5 AND cl.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` = 5)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
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 )
WHERE `id_product_1` = 354 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
1687
ms
|
4 |
|
Yes
|
/classes/Product.php:4639
/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 5)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
1425
ms
|
244 |
Yes
|
|
/classes/Country.php:147
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:488<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 5 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
1424
ms
|
464 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2624
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2640<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2636<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2737<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 428) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1312
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
1279
ms
|
396 |
Yes
|
|
/classes/Country.php:154
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:488<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 5
)
WHERE `id_cart` = 2305010
AND (reduction_percent != 0 OR reduction_amount != 0) ORDER by cr.priority ASC, cr.gift_product DESC |
1278
ms
|
1 |
Yes
|
|
/classes/Cart.php:509
/override/classes/Cart.php:32<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1271
ms
|
920 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 5 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
1261
ms
|
464 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2624
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2640<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2649<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2636<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2737<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.id_shop=1) |
1256
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:96
/modules/gmerchantcenter/lib/moduleTools.php:178<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 354) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1253
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 354) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1242
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/groupinc/classes/GroupincConfiguration.php:1027<br>/override/controllers/front/ProductController.php:92<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 123) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1207
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM ps_category LEFT JOIN ps_category_lang AS cl USING (id_category) LEFT JOIN ps_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 5 ORDER BY `ps_category`.`id_parent` ASC, `ps_category`.`id_category` ASC |
1201
ms
|
464 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2624
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2640<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2649<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2649<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2636<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2737<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 354) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1182
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 5
)
WHERE `id_cart` = 2305010
AND gift_product != 0
ORDER by cr.priority ASC, cr.gift_product DESC |
1180
ms
|
1 |
Yes
|
|
/classes/Cart.php:509
/override/classes/Cart.php:32<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 71) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
1139
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
1108
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354
AND al.`id_lang` = 5
AND agl.`id_lang` = 5
AND product_attribute_shop.`id_product_attribute` = 2667 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1107
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4549
/controllers/front/ProductController.php:1217<br>/controllers/front/ProductController.php:1168<br>/controllers/front/ProductController.php:1111<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1093
ms
|
920 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pac.id_product_attribute IN (617,618,619,620,3152)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1090
ms
|
5 |
|
|
/classes/Product.php:2730
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1078
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cr.*, crl.`id_lang`, crl.`name`, cd.`id_cart`
FROM `ps_cart_cart_rule` cd
LEFT JOIN `ps_cart_rule` cr ON cd.`id_cart_rule` = cr.`id_cart_rule`
LEFT JOIN `ps_cart_rule_lang` crl ON (
cd.`id_cart_rule` = crl.`id_cart_rule`
AND crl.id_lang = 5
)
WHERE `id_cart` = 2305010
ORDER by cr.priority ASC, cr.gift_product DESC |
1076
ms
|
1 |
Yes
|
|
/classes/Cart.php:509
/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
1055
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pac.id_product_attribute IN (2037,2038)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1039
ms
|
2 |
|
|
/classes/Product.php:2730
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354
AND al.`id_lang` = 5
AND agl.`id_lang` = 5
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1034
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4549
/override/controllers/front/ProductController.php:23<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 13, 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, 13) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 124) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 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 |
996
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
994
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
978
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 354
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
971
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2730<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="en") AND (ff.id_shop=1) |
964
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
957
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 5 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 14
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
950
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/ProductController.php:828<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
944
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354
AND al.`id_lang` = 5
AND agl.`id_lang` = 5
AND product_attribute_shop.`id_product_attribute` = 2667 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
940
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4549
/controllers/front/ProductController.php:1217<br>/controllers/front/ProductController.php:1168<br>/controllers/front/ProductController.php:1233<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cr.*
FROM ps_cart_rule cr
LEFT JOIN ps_cart_rule_shop crs ON cr.id_cart_rule = crs.id_cart_rule
LEFT JOIN ps_cart_rule_group crg ON cr.id_cart_rule = crg.id_cart_rule
LEFT JOIN ps_cart_rule_carrier crca ON cr.id_cart_rule = crca.id_cart_rule
LEFT JOIN ps_cart_rule_country crco ON cr.id_cart_rule = crco.id_cart_rule
WHERE cr.active = 1
AND cr.code = ""
AND cr.quantity > 0
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND (
cr.id_customer = 0
)
AND (
cr.`carrier_restriction` = 0
)
AND (
cr.`shop_restriction` = 0
)
AND (
cr.`group_restriction` = 0
OR crg.`id_group` = 1
)
AND (
cr.`reduction_product` <= 0
OR EXISTS (
SELECT 1
FROM `ps_cart_product`
WHERE `ps_cart_product`.`id_product` = cr.`reduction_product` AND `id_cart` = 2305010
)
)
AND NOT EXISTS (SELECT 1 FROM ps_cart_cart_rule WHERE cr.id_cart_rule = ps_cart_cart_rule.id_cart_rule
AND id_cart = 2305010)
ORDER BY priority |
940
ms
|
121 |
Yes
|
|
/classes/CartRule.php:1721
/classes/Cart.php:492<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
932
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 124
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
925
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2711
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (71) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
899
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
880
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="es") AND (ff.id_shop=1) |
870
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
863
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_iqitadditionaltab t
LEFT JOIN ps_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 5)
INNER JOIN ps_iqitadditionaltab_shop iqitadditionaltab_shop
ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 354) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab
ORDER BY t.`position` |
862
ms
|
1 |
Yes
|
Yes
|
/modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118
/modules/iqitadditionaltabs/iqitadditionaltabs.php:558<br>/modules/iqitadditionaltabs/iqitadditionaltabs.php:530<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 354
AND pa.`id_product_attribute` = 2667
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
859
ms
|
1 |
|
Yes
|
/classes/Product.php:2839
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 354
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
858
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2792
/modules/connectif/classes/cn-product-utils.php:192<br>/modules/connectif/classes/cn-product-utils.php:96<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
853
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
840
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354
AND al.`id_lang` = 5
AND agl.`id_lang` = 5
AND product_attribute_shop.`id_product_attribute` = 2667 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
839
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4549
/controllers/front/ProductController.php:1217<br>/controllers/front/ProductController.php:1189<br>/controllers/front/ProductController.php:1115<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 5)
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) |
836
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 2305010 AND cp.`id_product` = 123 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 2305010 AND p.`id_product_item` = 123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
832
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pac.id_product_attribute IN (391,392,393,394,395,396,399,400,401,402,403,404)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
827
ms
|
24 |
|
|
/classes/Product.php:2730
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SHOW TABLES LIKE "ps_gmc_brands" |
825
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:82
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 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, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 354) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-11 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
825
ms
|
7 |
Yes
|
|
/classes/SpecificPrice.php:624
/override/classes/SpecificPrice.php:48<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="mx") AND (ff.id_shop=1) |
824
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 5)
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) |
817
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 2305010 AND cp.`id_product` = 428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 2305010 AND p.`id_product_item` = 428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
816
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 152 AND `id_shop` = 1 |
814
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 113 AND `id_shop` = 1 |
806
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
806
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (391, 392, 394, 395, 396, 399, 400, 401, 402, 403, 404, 393) AND il.`id_lang` = 5 ORDER by i.`position` |
804
ms
|
30 |
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
802
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
797
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
796
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/controllers/front/ProductController.php:90<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
796
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 123
AND pa.`id_product_attribute` = 2037
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
795
ms
|
1 |
|
Yes
|
/classes/Product.php:2839
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 101 AND `id_shop` = 1 |
794
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 124
AND pa.`id_product_attribute` = 617
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
787
ms
|
1 |
|
Yes
|
/classes/Product.php:2839
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
786
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 71
AND pa.`id_product_attribute` = 393
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
783
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 2305010 AND cp.`id_product` = 124 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 2305010 AND p.`id_product_item` = 124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
768
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 428
ORDER BY f.position ASC |
767
ms
|
11 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="pt") AND (ff.id_shop=1) |
765
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 617
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND cp.`id_product` = 124 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 617
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND p.`id_product_item` = 124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
763
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 109 AND `id_shop` = 1 |
763
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
752
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_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_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 428
AND pa.`id_product_attribute` = 3123
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
751
ms
|
1 |
|
Yes
|
/classes/Product.php:2839
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2037
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND cp.`id_product` = 123 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2037
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND p.`id_product_item` = 123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
750
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 154 AND `id_shop` = 1 |
743
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="de") AND (ff.id_shop=1) |
743
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE "ps_gmc_taxonomy" |
740
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:82
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 3123
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND cp.`id_product` = 428 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3123
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND p.`id_product_item` = 428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
738
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` IN ("displayFooter", "displayTopSticky2")
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
738
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1058<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354 |
734
ms
|
1 |
|
|
/classes/Product.php:7435
/classes/Product.php:7448<br>/controllers/front/ProductController.php:65<br>/controllers/front/ProductController.php:124<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
731
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (354) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
731
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/pm_applepay/pm_applepay.php:1673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
728
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 5)
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) |
718
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3177<br>/modules/pm_applepay/pm_applepay.php:1370<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 2305010 AND cp.`id_product` = 354 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 2305010 AND p.`id_product_item` = 354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
713
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 123
ORDER BY f.position ASC |
713
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE "ps_gmc_4800" |
711
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:82
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 354 |
710
ms
|
1 |
|
|
/classes/Product.php:7435
/controllers/front/ProductController.php:800<br>/controllers/front/ProductController.php:326<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 71
ORDER BY f.position ASC |
710
ms
|
5 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
707
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier_lang`
WHERE `id_carrier` = 151 AND `id_shop` = 1 |
706
ms
|
1170 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 2667
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND cp.`id_product` = 354 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2667
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND p.`id_product_item` = 354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
703
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 |
701
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:2501
/modules/groupinc/groupinc.php:841<br>/modules/groupinc/groupinc.php:720<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a4/35/ca/a435ca776cc2cf8942775a2ffc360fd5b2d793c1_2.file.product-prices.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:352<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:391<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="uk") AND (ff.id_shop=1) |
699
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 79)
ORDER BY c.nleft |
694
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 124
ORDER BY f.position ASC |
690
ms
|
5 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) 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` = 2305010 AND cp.`id_product` = 71 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON 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` = 2305010 AND p.`id_product_item` = 71 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
690
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 123
ORDER BY `position` |
684
ms
|
11 |
Yes
|
|
/classes/Product.php:3517
/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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
684
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
681
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND product_qty > 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
678
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/classes/SpecificPrice.php:43<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a0
LEFT JOIN `ps_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 354) |
671
ms
|
9 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396<br>/modules/facebookproductad/lib/moduleTools.php:2036<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:75<br>/modules/facebookproductad/lib/pixel/basePixel.php:180<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 71
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
664
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:2711
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SHOW TABLES LIKE "ps_gmc_features_by_cat" |
664
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:82
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
660
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 428
AND pac.`id_product_attribute` = 3123
AND agl.`id_lang` = 5 |
660
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` IN ("displayBeforeBodyClosingTag", "displayFooterSticky2")
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
659
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1076<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 393
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND cp.`id_product` = 71 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 393
AND cp.`id_customization` = 0
AND cp.`id_cart` = 2305010 AND p.`id_product_item` = 71 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
658
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 428) AND (b.`id_shop` = 1) LIMIT 1 |
658
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:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
658
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
657
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="us") AND (ff.id_shop=1) |
654
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
652
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE "ps_gmc_tags" |
652
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:82
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="it") AND (ff.id_shop=1) |
651
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE gi.`id_shop` = 1
AND gi.`active` = 1 |
643
ms
|
26 |
|
|
/modules/groupinc/groupinc.php:1031
/modules/groupinc/groupinc.php:667<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
639
ms
|
106 |
|
|
/classes/module/Module.php:340
/modules/thecheckout/thecheckout.php:58<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND product_qty > 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
639
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2313<br>/override/controllers/front/ProductController.php:253<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 354
ORDER BY f.position ASC |
638
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 124
ORDER BY `position` |
638
ms
|
20 |
Yes
|
|
/classes/Product.php:3517
/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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
636
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 354
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
635
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2711
/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/warehousechildlayouts_layout_full_width_tpl/23/88/eb/2388eb7e53abe36380b083c1277760579203f3a5_2.file.product-flags.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/23/88/eb/2388eb7e53abe36380b083c1277760579203f3a5_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/a3/06/33/a306336907359a8f0d353d33aecba737419de1a0_2.file.product-cover-thumbnails.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:191<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` = "custom"
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
634
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1062<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43)
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
630
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1006<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmc_feeds` ff
WHERE (ff.iso_lang="fr") AND (ff.id_shop=1) |
629
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:115
/modules/gmerchantcenter/lib/moduleTools.php:181<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
629
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:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
627
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/controllers/front/ProductController.php:95<br>/classes/controller/FrontController.php:1719<br>/controllers/front/ProductController.php:1366<br>/modules/ets_awesomeurl/ets_awesomeurl.php:1392<br>/modules/ets_awesomeurl/ets_awesomeurl.php:820<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 12
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
627
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
622
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:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 365) AND (b.`id_shop` = 1) LIMIT 1 |
619
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:186<br>/modules/iqitproductsnav/iqitproductsnav.php:115<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
617
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:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 5)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (428) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
616
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
615
ms
|
8649 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 123
AND pac.`id_product_attribute` = 2037
AND agl.`id_lang` = 5 |
614
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
609
ms
|
106 |
|
|
/classes/module/Module.php:340
/modules/connectif/connectif.php:77<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 355) AND (b.`id_shop` = 1) LIMIT 1 |
608
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:186<br>/modules/iqitproductsnav/iqitproductsnav.php:90<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE gi.`id_shop` = 1
AND gi.`active` = 1 |
607
ms
|
26 |
|
|
/modules/groupinc/groupinc.php:1031
/modules/groupinc/groupinc.php:682<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
606
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `ps_groupinc_configuration` gi WHERE (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND product_qty > 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(5, REPLACE(gi.languages, ";", ",")) > 0) |
605
ms
|
26 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:489
/override/controllers/front/ProductController.php:80<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
604
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 123) LIMIT 1 |
603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 123
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
603
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 6
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
602
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 71
ORDER BY `position` |
601
ms
|
7 |
Yes
|
|
/classes/Product.php:3517
/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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
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` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_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` = 354) |
597
ms
|
1 |
|
|
/override/classes/Product.php:107
/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` IN ("displayAfterBodyOpeningTag", "displayTopSticky3")
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
596
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1070<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:187<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
590
ms
|
106 |
|
|
/classes/module/Module.php:340
/modules/ph_simpleblog/ph_simpleblog.php:135<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` IN ("displayBanner", "displayTopSticky")
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
587
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1034<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
585
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pac.id_product_attribute IN (2667)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
581
ms
|
1 |
|
|
/classes/Product.php:2730
/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/warehousechildlayouts_layout_full_width_tpl/23/88/eb/2388eb7e53abe36380b083c1277760579203f3a5_2.file.product-flags.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/23/88/eb/2388eb7e53abe36380b083c1277760579203f3a5_2.file.product-flags.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/a3/06/33/a306336907359a8f0d353d33aecba737419de1a0_2.file.product-cover-thumbnails.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:191<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
578
ms
|
106 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:190<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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:364<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 79)
ORDER BY c.nleft |
575
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
573
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
570
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 354
AND pac.`id_product_attribute` = 2667
AND agl.`id_lang` = 5 |
569
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
566
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
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` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_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` = 123) |
559
ms
|
2 |
|
|
/override/classes/Product.php:107
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 124
AND pac.`id_product_attribute` = 617
AND agl.`id_lang` = 5 |
558
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (618, 619, 620, 3152, 617) AND il.`id_lang` = 5 ORDER by i.`position` |
557
ms
|
16 |
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
557
ms
|
106 |
|
|
/classes/module/Module.php:340
/modules/ets_awesomeurl/ets_awesomeurl.php:72<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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:364<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
552
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/pm_applepay/pm_applepay.php:1673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 5)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pa.`id_product` = 71
AND pac.`id_product_attribute` = 393
AND agl.`id_lang` = 5 |
550
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
549
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
549
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
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` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_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` = 124) |
548
ms
|
5 |
|
|
/override/classes/Product.php:107
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 71 |
544
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/groupinc/classes/GroupincConfiguration.php:541<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
540
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1294<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:97<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 63
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 |
539
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6782<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 14
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
539
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 13
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
537
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 5
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
537
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:1146
/classes/Category.php:1082<br>/controllers/front/ProductController.php:838<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 13 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
537
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71) LIMIT 1 |
535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 6 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
532
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
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` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_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` = 71) |
530
ms
|
12 |
|
|
/override/classes/Product.php:107
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` = "displayFooterProduct"
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
529
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1124<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 124) LIMIT 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 10
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
526
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
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` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `ps_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` = 428) |
525
ms
|
1 |
|
|
/override/classes/Product.php:107
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 84 AND c.nright >= 85)
ORDER BY c.nleft |
523
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 428) LIMIT 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) LIMIT 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:117<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 5)
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_%") |
520
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
(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` = 5)
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_%") |
519
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/ProductController.php:236<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 15
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
516
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
516
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/controllers/front/ProductController.php:76<br>/controllers/front/ProductController.php:124<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 11
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1 |
515
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:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0 |
512
ms
|
7 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 428
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
511
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2711
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
510
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
510
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/pm_applepay/pm_applepay.php:1673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
508
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/modules/connectif/classes/cn-product-utils.php:309<br>/modules/connectif/classes/cn-product-utils.php:65<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
(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` = 5)
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_%") |
507
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
504
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
503
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/modules/iqitproductsnav/iqitproductsnav.php:115<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 79)
ORDER BY c.nleft |
499
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page FROM `ps_meta` m
JOIN `ps_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=5 AND ml.id_shop=1
WHERE ml.url_rewrite='black-leather-police-badge-holder-wallet' AND ml.id_lang=5 AND ml.id_shop=1 LIMIT 1 |
499
ms
|
57 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:840
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:805<br>/override/classes/Dispatcher.php:49<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
497
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:231<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:56<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2038, 2037) AND il.`id_lang` = 5 ORDER by i.`position` |
496
ms
|
11 |
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 428
ORDER BY `position` |
495
ms
|
4 |
Yes
|
|
/classes/Product.php:3517
/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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 354
ORDER BY `position` |
490
ms
|
4 |
Yes
|
|
/classes/Product.php:3517
/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/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1154<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 60) AND (a0.`nright` > 61) AND (a1.`id_lang` = 5)
ORDER BY a0.`nleft` asc |
489
ms
|
464 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/ProductController.php:1247<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
489
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3123) AND il.`id_lang` = 5 ORDER by i.`position` |
489
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
489
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
486
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/controllers/front/ProductController.php:95<br>/classes/controller/FrontController.php:1719<br>/controllers/front/ProductController.php:1366<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 12 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
486
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`round_products` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") ORDER BY pr.`priority` |
482
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:552
/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:4107<br>/controllers/front/ProductController.php:268<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 354 LIMIT 1 |
478
ms
|
1 |
|
|
/classes/Product.php:1040
/override/classes/Product.php:39<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "en") AND (ets.id_shop = 1) LIMIT 1 |
478
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
477
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:121<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown` a0
LEFT JOIN `ps_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (1,2,3,4,7,8,11,12,16,17,19,20,21,22,23,24,25,26,30,31,32,33,34,35,36,37,38,39,40,41,43) AND `hook` = "displayTop"
AND `from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1)
) AND (a1.`id_lang` = 5) |
476
ms
|
36 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:261<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1082<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
474
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 5)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 5)
WHERE pac.id_product_attribute IN (3123)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
472
ms
|
1 |
|
|
/classes/Product.php:2730
/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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
472
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 84 AND c.nright >= 85)
ORDER BY c.nleft |
470
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 84 AND c.nright >= 85)
ORDER BY c.nleft |
470
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 59 AND c.`nright` >= 80 AND c.`nleft` >= 2 AND c.`nright` <= 115 ORDER BY `nleft` DESC |
468
ms
|
58 |
Yes
|
|
/classes/Category.php:1586
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1251<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
468
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
467
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
466
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 62 AND c.nright >= 63)
ORDER BY c.nleft |
465
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 62 AND c.nright >= 63)
ORDER BY c.nleft |
465
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
461
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/controllers/front/ProductController.php:1265<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
460
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5688<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_shipping` = 1 ORDER BY pr.`priority` |
459
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:62<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 2037) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
458
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2847<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 62 AND c.nright >= 63)
ORDER BY c.nleft |
458
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
457
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3037<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 60 AND c.`nright` >= 61 AND c.`nleft` >= 2 AND c.`nright` <= 115 ORDER BY `nleft` DESC |
457
ms
|
58 |
Yes
|
|
/classes/Category.php:1586
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1259<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 123 |
454
ms
|
9 |
|
|
/classes/Product.php:4774
/modules/groupinc/classes/GroupincConfiguration.php:542<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
454
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/modules/iqitproductsnav/iqitproductsnav.php:90<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
453
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 5 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
453
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:109
/modules/cookiesplus/cookiesplus.php:1261<br>/modules/cookiesplus/cookiesplus.php:1485<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
453
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 14 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
452
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 5 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
452
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:109
/modules/cookiesplus/cookiesplus.php:1261<br>/modules/cookiesplus/cookiesplus.php:1485<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 11 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
452
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
452
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
450
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1049<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
450
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:187<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 10 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
450
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
450
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
450
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
449
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
449
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 62 AND c.nright >= 63)
ORDER BY c.nleft |
448
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3123) LIMIT 1 |
447
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:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 5 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
445
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:109
/modules/cookiesplus/cookiesplus.php:1261<br>/modules/cookiesplus/cookiesplus.php:1485<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
445
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_groupinc_configuration` a
WHERE (a.`id_groupinc_configuration` = 37) LIMIT 1 |
445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/groupinc/classes/GroupincConfiguration.php:178<br>/modules/groupinc/classes/GroupincConfiguration.php:1229<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_eventbus" LIMIT 1 |
444
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:81<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:67<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:58<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_groupinc_configuration` a
WHERE (a.`id_groupinc_configuration` = 31) LIMIT 1 |
443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/groupinc/classes/GroupincConfiguration.php:178<br>/modules/groupinc/groupinc.php:729<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a4/35/ca/a435ca776cc2cf8942775a2ffc360fd5b2d793c1_2.file.product-prices.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:352<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:391<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 428
AND image_shop.`cover` = 1 LIMIT 1 |
442
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 79)
ORDER BY c.nleft |
441
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
440
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:529<br>:undefined<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:524<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:160<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 5 AND cl.id_shop = 1
WHERE (c.nleft <= 74 AND c.nright >= 75)
ORDER BY c.nleft |
438
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
437
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/override/classes/Cart.php:201<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
437
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
437
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
436
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
436
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:27
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
434
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
432
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
429
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
429
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
428
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
426
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
425
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
423
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
422
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/connectif/classes/cn-cart-utils.php:62<br>/modules/connectif/connectif.php:1721<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
422
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
422
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
421
ms
|
9 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/override/classes/Dispatcher.php:309<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
421
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
420
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
420
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
420
ms
|
211 |
|
|
/classes/Tab.php:359
/controllers/front/ProductController.php:134<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
420
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 5 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
420
ms
|
4 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:92
/modules/cookiesplus/cookiesplus.php:1258<br>/modules/cookiesplus/cookiesplus.php:1485<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
420
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
419
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 15 AND cl.id_shop = 1
WHERE (c.nleft <= 60 AND c.nright >= 61)
ORDER BY c.nleft |
419
ms
|
58 |
Yes
|
|
/classes/Product.php:7754
/classes/Link.php:238<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
416
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
415
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
415
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3036<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3386<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_block` a0
LEFT JOIN `ps_pstbannercountdown_block_lang` `a1` ON (a0.`id_pstbannercountdown_block` = a1.`id_pstbannercountdown_block`)
WHERE (a0.`id_pstbannercountdown` = 41) AND (a1.`id_lang` = 5)
ORDER BY a0.`position` asc |
414
ms
|
70 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/var/cache/prod/smarty/compile/warehousechild/9d/3c/21/9d3c21b7ce530f8a10320a6ad23ab376757bada9_2.file.countdown.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1028<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1070<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:187<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
414
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
414
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3036<br>/classes/Cart.php:3177<br>/modules/pm_applepay/pm_applepay.php:1370<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
412
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
412
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 71 LIMIT 1 |
411
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 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` = 123 AND pa.`id_product` = 123 AND pa.`id_product_attribute` = 2037 LIMIT 1 |
411
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
409
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 2
AND ccl.`id_lang` = 5 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
409
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:109
/modules/cookiesplus/cookiesplus.php:1261<br>/modules/cookiesplus/cookiesplus.php:1485<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_shipping` = 1 ORDER BY pr.`priority` |
408
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:62<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
408
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'monpiel.com' OR su.domain_ssl = 'monpiel.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
408
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "en") AND (ets.id_shop = 1) LIMIT 1 |
407
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
406
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
405
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
403
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/connectif/classes/cn-product-utils.php:231<br>/modules/connectif/classes/cn-product-utils.php:220<br>/modules/connectif/classes/cn-product-utils.php:145<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
401
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
400
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
400
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
400
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3036<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 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` = 428 AND pa.`id_product` = 428 AND pa.`id_product_attribute` = 3123 LIMIT 1 |
399
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 354
AND DATEDIFF("2025-08-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
399
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:48<br>/modules/facebookproductad/lib/pixel/basePixel.php:273<br>/modules/facebookproductad/lib/moduleTools.php:1534<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
398
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
397
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
397
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_block` a0
LEFT JOIN `ps_pstbannercountdown_block_lang` `a1` ON (a0.`id_pstbannercountdown_block` = a1.`id_pstbannercountdown_block`)
WHERE (a0.`id_pstbannercountdown` = 40) AND (a1.`id_lang` = 5)
ORDER BY a0.`position` asc |
397
ms
|
70 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/var/cache/prod/smarty/compile/warehousechild/9d/3c/21/9d3c21b7ce530f8a10320a6ad23ab376757bada9_2.file.countdown.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1028<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1034<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
396
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=2305010 LIMIT 1 |
395
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
394
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
394
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4 |
394
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_shipping` = 1 ORDER BY pr.`priority` |
393
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:62<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2206<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
392
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/connectif/classes/cn-cart-utils.php:62<br>/modules/connectif/connectif.php:1721<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
392
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 124
AND image_shop.`cover` = 1 LIMIT 1 |
392
ms
|
20 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
391
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
391
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
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` = 5
)
WHERE pac.`id_product_attribute` = 2667 |
390
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:81
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:86<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
390
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:455<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
388
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1
AND pr.`active` = 1 |
387
ms
|
2 |
|
|
/modules/pricerounding/pricerounding.php:411
/modules/pricerounding/pricerounding.php:269<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
387
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:456<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GBP') LIMIT 1 |
386
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
385
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
385
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
385
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
384
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 69 |
384
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
383
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:455<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 354
AND DATEDIFF("2025-08-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
383
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1
AND pr.`active` = 1 |
383
ms
|
2 |
|
|
/modules/pricerounding/pricerounding.php:411
/modules/pricerounding/pricerounding.php:284<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
382
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
382
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
381
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/modules/pm_applepay/pm_applepay.php:1502<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 354 |
381
ms
|
9 |
|
|
/classes/Product.php:4774
/modules/groupinc/classes/GroupincConfiguration.php:542<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 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` = 124 AND pa.`id_product` = 124 AND pa.`id_product_attribute` = 617 LIMIT 1 |
380
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
379
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
379
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:107<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
378
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 123)
GROUP BY a0.`id_supplier` |
377
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2037) LIMIT 1 |
377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 123 AND `id_shop` = 1 |
377
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
376
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:338<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
375
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:455<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
375
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 123
AND image_shop.`cover` = 1 LIMIT 1 |
375
ms
|
11 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
375
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_cart` FROM `ps_specific_price` WHERE `id_cart` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
374
ms
|
4 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:356<br>/classes/SpecificPrice.php:533<br>/modules/groupinc/classes/GroupincConfiguration.php:1027<br>/override/controllers/front/ProductController.php:92<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
374
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
374
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 2305010) LIMIT 1 |
373
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Cart.php:200<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3358<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2857<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
373
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Category.php:1113<br>/classes/Category.php:1560<br>/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1251<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 619) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
372
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
371
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:456<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 5)
WHERE `level_depth` = 1 |
370
ms
|
8 |
|
|
/classes/Category.php:2233
/classes/Category.php:1544<br>/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1251<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
370
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
369
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2351<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 71)
GROUP BY a0.`id_supplier` |
369
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
368
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2349<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:3602<br>/override/classes/Cart.php:64<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1415<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
368
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 5
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 13) LIMIT 1 |
367
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/pm_applepay/pm_applepay.php:1265<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
367
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 113 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
367
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
366
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 428 AND `id_shop` = 1 |
366
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
366
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2667) LIMIT 1 |
365
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:5810<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_shipping` = 1 ORDER BY pr.`priority` |
365
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:62<br>/src/Core/Cart/Fees.php:115<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2206<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1 |
365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
364
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 71 |
364
ms
|
12 |
|
|
/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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
363
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 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` = 71 AND pa.`id_product` = 71 AND pa.`id_product_attribute` = 393 LIMIT 1 |
363
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
363
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
362
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 123)
GROUP BY a0.`id_supplier` |
362
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
361
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/modules/connectif/classes/cn-cart-utils.php:62<br>/modules/connectif/connectif.php:1721<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
361
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
360
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 5 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
359
ms
|
4 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:92
/modules/cookiesplus/cookiesplus.php:1956<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:36<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:15" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:15" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
359
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/pm_applepay/pm_applepay.php:1473<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
359
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:206<br>/classes/Product.php:2859<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 5
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/paypal/paypal.php:352<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 393) LIMIT 1 |
358
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:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 124 |
358
ms
|
5 |
|
|
/classes/Product.php:4774
/modules/groupinc/classes/GroupincConfiguration.php:542<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
357
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=354 |
357
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
357
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:456<br>/classes/Cart.php:438<br>/src/Adapter/Presenter/Cart/CartPresenter.php:550<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE count(*) FROM `ps_orders` WHERE `id_cart` = 2305010 LIMIT 1 |
356
ms
|
1 |
|
|
/classes/Cart.php:1825
/classes/controller/FrontController.php:401<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
356
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3037<br>/classes/Cart.php:3177<br>/modules/pm_applepay/pm_applepay.php:1370<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pac.id_attribute 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)
WHERE pac.id_product_attribute = 2667
ORDER BY ag.position |
356
ms
|
1 |
Yes
|
|
/modules/ec_attribute_display/ec_attribute_display.php:213
/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
356
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
354
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 101) LIMIT 1 |
354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 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` = 354 AND pa.`id_product` = 354 AND pa.`id_product_attribute` = 2667 LIMIT 1 |
353
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
DELETE FROM `ps_customized_data`
WHERE `id_customization` IN (
SELECT `id_customization`
FROM `ps_customization`
WHERE `id_cart`=2305010
) |
353
ms
|
1 |
|
|
/classes/Cart.php:394
/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
352
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 354 LIMIT 1 |
352
ms
|
1 |
|
|
/classes/Product.php:1054
/override/classes/Product.php:39<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
352
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:522<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/modules/connectif/classes/cn-cart-utils.php:62<br>/modules/connectif/connectif.php:1721<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
351
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:39<br>/src/Adapter/Presenter/Cart/CartPresenter.php:513<br>/src/Adapter/Presenter/Cart/CartPresenter.php:382<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
350
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:547<br>/src/Adapter/Presenter/Cart/CartPresenter.php:446<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 123 LIMIT 1 |
350
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2037 LIMIT 1 |
349
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
349
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
349
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/2a/bd/14/2abd14dabb44c5250641aee64c3de4a1770daa7f_2.file.mobile-header-2.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
348
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:3037<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
348
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 26 |
347
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
347
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/classes/Cart.php:2292<br>/src/Adapter/Presenter/Cart/CartPresenter.php:337<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
347
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
346
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 428 |
346
ms
|
11 |
|
|
/classes/Product.php:4774
/modules/groupinc/classes/GroupincConfiguration.php:542<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "de") AND (ets.id_shop = 1) LIMIT 1 |
345
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
344
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 71)
GROUP BY a0.`id_supplier` |
344
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 154) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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` = 5
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/controllers/front/ProductController.php:390<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product FROM ps_product_attribute WHERE id_product_attribute > 0 AND id_product = 354 LIMIT 1 |
342
ms
|
1 |
|
|
/modules/ec_attribute_display/ec_attribute_display.php:205
/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_ets_awu_product`
WHERE id_product = 354 AND id_shop = 1 AND id_lang = 5 LIMIT 1 |
342
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuProduct.php:206
/modules/ets_awesomeurl/ets_awesomeurl.php:1397<br>/modules/ets_awesomeurl/ets_awesomeurl.php:820<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
342
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
341
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
341
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 354
AND DATEDIFF("2025-08-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
340
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/connectif/classes/cn-product-utils.php:55<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
339
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
338
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1 |
338
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
336
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
336
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
336
ms
|
4 |
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
335
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 71
AND image_shop.`cover` = 1 LIMIT 1 |
333
ms
|
7 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_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` = 354 LIMIT 1 |
333
ms
|
1 |
|
|
/classes/Product.php:2958
/modules/connectif/classes/cn-product-utils.php:183<br>/modules/connectif/classes/cn-product-utils.php:96<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2667) AND il.`id_lang` = 5 ORDER by i.`position` |
333
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/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1154<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 354 LIMIT 1 |
333
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:340<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 6
AND ml.id_shop = 1 LIMIT 1 |
331
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
331
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:284<br>/index.php:27
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 2305010 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Cart.php:1304
/modules/connectif/classes/cn-cart-utils.php:61<br>/modules/connectif/connectif.php:1721<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
330
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
328
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2667) AND il.`id_lang` = 5 ORDER by i.`position` |
328
ms
|
1 |
Yes
|
|
/classes/Product.php:2898
/override/controllers/front/ProductController.php:25<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_cart` a
WHERE (a.`id_cart` = 2305010) LIMIT 1 |
328
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Cart.php:200<br>/classes/controller/FrontController.php:398<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `ps_category_product` as cp
RIGHT JOIN `ps_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 14
AND p.active = 1
AND cp.position < 54 ORDER BY cp.position DESC LIMIT 1 |
327
ms
|
53 |
|
|
/modules/iqitproductsnav/iqitproductsnav.php:203
/modules/iqitproductsnav/iqitproductsnav.php:83<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 354
AND image_shop.`cover` = 1 LIMIT 1 |
327
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cd.`value`
FROM `ps_customized_data` cd
INNER JOIN `ps_customization` c ON (cd.`id_customization`= c.`id_customization`)
WHERE cd.`type`= 0 AND c.`id_cart`=2305010 |
326
ms
|
1 |
|
|
/classes/Cart.php:381
/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 92 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
326
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "uk") AND (ets.id_shop = 1) LIMIT 1 |
326
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 3152) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
324
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
323
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
322
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5698<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
322
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4395<br>/modules/pm_applepay/pm_applepay.php:1174<br>/modules/pm_applepay/pm_applepay.php:1666<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1 |
322
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_groupinc_configuration_lang`
WHERE `id_groupinc_configuration` = 31 |
322
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/groupinc/classes/GroupincConfiguration.php:178<br>/modules/groupinc/groupinc.php:729<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a4/35/ca/a435ca776cc2cf8942775a2ffc360fd5b2d793c1_2.file.product-prices.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:352<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:391<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
321
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 145) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
321
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2847<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 618) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
320
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE pr.* FROM `ps_pricerounding_configuration` pr WHERE pr.`id_shop` = 1 AND pr.`active` = 1 AND (date_from <= "2025-08-11 14:26:14" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2025-08-11 14:26:14" OR date_to = "0000-00-00 00:00:00") AND pr.`total_cart` = 1 ORDER BY pr.`priority` |
320
ms
|
2 |
Yes
|
|
/modules/pricerounding/classes/PriceroundingConfiguration.php:226
/override/classes/Cart.php:199<br>/classes/Cart.php:526<br>/override/classes/Cart.php:32<br>/classes/Cart.php:2347<br>/classes/Cart.php:2171<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:336<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 113) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 15
AND ml.id_shop = 1 LIMIT 1 |
319
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 123)
GROUP BY a0.`id_supplier` |
318
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 3123 LIMIT 1 |
318
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
317
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:108<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 68 |
317
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 14
AND ml.id_shop = 1 LIMIT 1 |
316
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
316
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 354 AND ctg.`id_group` = 1 LIMIT 1 |
316
ms
|
2 |
|
|
/classes/Product.php:6623
/classes/Product.php:6601<br>/controllers/front/ProductController.php:194<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 12
AND ml.id_shop = 1 LIMIT 1 |
315
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 5
AND ml.id_shop = 1 LIMIT 1 |
315
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
314
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 124 AND `id_shop` = 1 |
314
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
314
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/facebookproductad/lib/moduleTools.php:409<br>/modules/facebookproductad/facebookproductad.php:142<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
313
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 26 LIMIT 1 |
313
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
313
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
312
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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
312
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "groupinc" LIMIT 1 |
311
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Product.php:8<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1 |
311
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
310
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1062<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
310
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1058<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_address` a
WHERE (a.`id_address` = 2251599) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Address.php:169<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 109 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
310
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE count(*) FROM `ps_orders` WHERE `id_cart` = 2305010 LIMIT 1 |
310
ms
|
1 |
|
|
/classes/Cart.php:1825
/classes/Cart.php:373<br>/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 71)
GROUP BY a0.`id_supplier` |
310
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 71 AND `id_shop` = 1 |
309
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
308
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
307
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:125<br>/modules/trustedshopseasyintegration/src/Hook/HookCommon.php:84<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 354 AND `id_shop` = 1 |
306
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:117<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 33 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
305
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 100 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
305
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
305
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "attributewizardpro" LIMIT 1 |
305
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/groupinc/classes/GroupincConfiguration.php:857<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 47 |
304
ms
|
9 |
|
|
/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:6782<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 617) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=354 |
304
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:48<br>/modules/facebookproductad/lib/pixel/basePixel.php:273<br>/modules/facebookproductad/lib/moduleTools.php:1534<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 109) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1 |
303
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
303
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
303
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2313<br>/override/controllers/front/ProductController.php:253<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
303
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
303
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 68) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1 |
301
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
301
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1355<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
301
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
300
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 216) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 365 LIMIT 1 |
300
ms
|
2 |
|
|
/classes/Product.php:1054
/modules/iqitproductsnav/iqitproductsnav.php:114<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
299
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 123 LIMIT 1 |
299
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
299
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1082<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
299
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1 |
299
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 123)
GROUP BY a0.`id_supplier` |
299
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 124 |
299
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/groupinc/classes/GroupincConfiguration.php:541<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
299
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
298
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 123
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
298
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-08-11 00:00:00' AND '2025-08-11 23:59:59' LIMIT 1 |
298
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 151) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 13
AND ml.id_shop = 1 LIMIT 1 |
296
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
296
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1304<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1361<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
296
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
296
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 124 LIMIT 1 |
295
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 11
AND ml.id_shop = 1 LIMIT 1 |
295
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 124)
GROUP BY a0.`id_supplier` |
295
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 3123) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
295
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2847<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_carrier` FROM `ps_carrier`
WHERE id_reference = 84 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
295
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1096
/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `ps_category_product` as cp
RIGHT JOIN `ps_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 14
AND p.active = 1
AND cp.position > 54 ORDER BY cp.position ASC LIMIT 1 |
294
ms
|
7 |
|
|
/modules/iqitproductsnav/iqitproductsnav.php:188
/modules/iqitproductsnav/iqitproductsnav.php:84<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:96<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:276<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:151<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
294
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1076<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 124)
GROUP BY a0.`id_supplier` |
294
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
294
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
294
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 10
AND ml.id_shop = 1 LIMIT 1 |
294
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 26) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 71 LIMIT 1 |
293
ms
|
12 |
|
|
/classes/Product.php:1054
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:143<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 428 LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Country.php:193
/var/cache/prod/smarty/compile/warehousechild/83/34/4d/83344d0d7c544e363a599144499c52df82623393_2.file.popup-country.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2449<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:497<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 124)
GROUP BY a0.`id_supplier` |
292
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 71)
GROUP BY a0.`id_supplier` |
292
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 6
AND ml.id_shop = 1 LIMIT 1 |
292
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
292
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 428)
GROUP BY a0.`id_supplier` |
291
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
291
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "defaultcountrymodalpopup" LIMIT 1 |
291
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
291
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 6
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
290
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 10
AND ml.id_shop = 1 LIMIT 1 |
290
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 3123) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `ps_feature_product` fp
LEFT JOIN `ps_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 71 |
290
ms
|
5 |
|
|
/classes/Product.php:4774
/modules/groupinc/classes/GroupincConfiguration.php:542<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 11
AND ml.id_shop = 1 LIMIT 1 |
290
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
289
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 123 |
288
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_address` FROM ps_address a
WHERE a.`id_address` = 2251599 AND a.`deleted` = 0 AND a.`active` = 1 LIMIT 1 |
287
ms
|
1 |
|
|
/classes/Address.php:492
/classes/Cart.php:1259<br>/classes/controller/FrontController.php:465<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "it") AND (ets.id_shop = 1) LIMIT 1 |
287
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 428)
GROUP BY a0.`id_supplier` |
287
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 5
AND ml.id_shop = 1 LIMIT 1 |
286
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 31 LIMIT 1 |
285
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 12
AND ml.id_shop = 1 LIMIT 1 |
285
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
284
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:231<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:56<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
284
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 145 |
284
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 2667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 44 |
284
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
283
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 =5 LIMIT 1 |
283
ms
|
8 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:687<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:129<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
283
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>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1 |
283
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "us") AND (ets.id_shop = 1) LIMIT 1 |
282
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
282
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 123 |
282
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/groupinc/classes/GroupincConfiguration.php:541<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 69) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 428)
GROUP BY a0.`id_supplier` |
282
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 124 |
282
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 124 AND id_shop=1 LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Product.php:6759
/modules/groupinc/classes/GroupincConfiguration.php:520<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 10
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "fr") AND (ets.id_shop = 1) LIMIT 1 |
282
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
281
ms
|
9 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_configuration`
FROM `ps_configuration`
WHERE name = 'PSX_UUID_V4'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Configuration.php:121
/modules/ps_accounts/src/Adapter/Configuration.php:210<br>/modules/ps_accounts/src/Repository/ConfigurationRepository.php:176<br>/modules/ps_accounts/src/Account/LinkShop.php:86<br>/modules/ps_accounts/src/Account/Session/ShopSession.php:182<br>/modules/ps_accounts/src/Account/Session/ShopSession.php:90<br>/modules/ps_accounts/src/Account/Session/Session.php:73<br>/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:85<br>/modules/ps_accounts/src/Account/Session/Session.php:73<br>/modules/ps_accounts/src/Service/PsAccountsService.php:120<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:155<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmc_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
281
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/install/installSql.php:78
/modules/gmerchantcenter/lib/install/installSql.php:35<br>/modules/gmerchantcenter/lib/install/installController.php:46<br>/modules/gmerchantcenter/lib/moduleUpdate.php:87<br>:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 12) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 354 |
279
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/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1154<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "it") AND (ets.id_shop = 1) LIMIT 1 |
279
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
278
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1070<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:187<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 13
AND ml.id_shop = 1 LIMIT 1 |
278
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 174 AND `id_shop` = 1 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:74<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
278
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:1006<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
277
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>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-08-11 00:00:00' AND '2025-08-11 23:59:59' LIMIT 1 |
277
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
276
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 = 124 LIMIT 1 |
276
ms
|
5 |
|
|
/classes/Product.php:1054
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-sitemap"
OR m.page = "moduleets_awesomeurlsitemap"
)
AND ml.id_lang = 14
AND ml.id_shop = 1 LIMIT 1 |
276
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:949<br>/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:920<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_awesomeurl-rss"
OR m.page = "moduleets_awesomeurlrss"
)
AND ml.id_lang = 15
AND ml.id_shop = 1 LIMIT 1 |
276
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:926<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 341) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:1676<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 123 AND id_shop=1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Product.php:6759
/modules/groupinc/classes/GroupincConfiguration.php:520<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 5) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Tools.php:658<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_carrier` a
LEFT JOIN `ps_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 152) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Carrier.php:186<br>/classes/Carrier.php:1101<br>/modules/pm_applepay/pm_applepay.php:1376<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 15
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 71 AND ctg.`id_group` = 1 LIMIT 1 |
273
ms
|
2 |
|
|
/classes/Product.php:6623
/classes/Product.php:4644<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_groupinc_configuration_lang`
WHERE `id_groupinc_configuration` = 37 |
273
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/groupinc/classes/GroupincConfiguration.php:178<br>/modules/groupinc/classes/GroupincConfiguration.php:1229<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "de") AND (ets.id_shop = 1) LIMIT 1 |
272
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 393) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 391) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "de") AND (ets.id_shop = 1) LIMIT 1 |
271
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 14 LIMIT 1 |
271
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:117<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_reference FROM `ps_module_carrier` WHERE id_module = 207 AND id_shop = 1 |
271
ms
|
6 |
|
|
/modules/pm_applepay/pm_applepay.php:1181
/modules/pm_applepay/pm_applepay.php:1193<br>/modules/pm_applepay/pm_applepay.php:682<br>/modules/pm_applepay/pm_applepay.php:1669<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
271
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=2305010) LIMIT 1 |
271
ms
|
1 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:380
/modules/facebookproductad/lib/hook/hookDisplay.php:104<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:659<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 203 AND `id_shop` = 1 LIMIT 1 |
270
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:81<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:67<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:58<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 355 LIMIT 1 |
270
ms
|
2 |
|
|
/classes/Product.php:1040
/modules/iqitproductsnav/iqitproductsnav.php:89<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 202 AND `id_shop` = 1 LIMIT 1 |
270
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
269
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:231<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:90<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
269
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 428 LIMIT 1 |
269
ms
|
1 |
|
|
/classes/Product.php:1054
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
269
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 365 LIMIT 1 |
269
ms
|
2 |
|
|
/classes/Product.php:1040
/modules/iqitproductsnav/iqitproductsnav.php:114<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1355<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 14) LIMIT 1 |
269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
269
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 2667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:62<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
268
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/facebookproductad/conf/moduleConfiguration.php:646<br>/modules/facebookproductad/facebookproductad.php:154<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`id_category` = 14 LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Category.php:1571
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1259<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_attribute FROM ps_stock_available WHERE quantity > 0 AND id_product_attribute > 0 AND id_product = 354 |
268
ms
|
1 |
|
|
/modules/ec_attribute_display/ec_attribute_display.php:208
/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 44 LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 71 LIMIT 1 |
268
ms
|
12 |
|
|
/classes/Product.php:1040
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 428)
GROUP BY a0.`id_supplier` |
268
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1294<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:97<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 617 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "supercheckout" LIMIT 1 |
266
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:187<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_categorytree"
AND ms.`id_shop` IN (1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/controllers/front/ProductController.php:240<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
266
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 2038) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
266
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 13) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:964<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.checkout_session_data
FROM `ps_cart` c
WHERE (c.`id_cart` = 2305010) LIMIT 1 |
265
ms
|
0 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:460
/modules/facebookproductad/lib/moduleTools.php:1912<br>/modules/facebookproductad/lib/moduleTools.php:1304<br>/modules/facebookproductad/lib/hook/hookDisplay.php:77<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_reference FROM `ps_module_carrier` WHERE id_module = 207 AND id_shop = 1 |
265
ms
|
6 |
|
|
/modules/pm_applepay/pm_applepay.php:1181
/modules/pm_applepay/pm_applepay.php:1372<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
265
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4395<br>/modules/connectif/classes/cn-product-utils.php:92<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
265
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "fr") AND (ets.id_shop = 1) LIMIT 1 |
264
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 124 LIMIT 1 |
264
ms
|
5 |
|
|
/classes/Product.php:1040
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
264
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:393<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:111<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CA' LIMIT 1 |
264
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
264
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/controllers/front/ProductController.php:80<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 13) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 123 AND ctg.`id_group` = 1 LIMIT 1 |
263
ms
|
4 |
|
|
/classes/Product.php:6623
/classes/Product.php:4644<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17 |
263
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
263
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5698<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitextendedproduct" LIMIT 1 |
263
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/a3/06/33/a306336907359a8f0d353d33aecba737419de1a0_2.file.product-cover-thumbnails.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:191<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
262
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 71 LIMIT 1 |
262
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 354
AND image_shop.`id_shop` = 1
ORDER BY cover DESC LIMIT 1 |
262
ms
|
4 |
|
|
/modules/connectif/classes/cn-product-utils.php:501
/modules/connectif/classes/cn-product-utils.php:67<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1 |
261
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
261
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "fr") AND (ets.id_shop = 1) LIMIT 1 |
261
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 428 AND ctg.`id_group` = 1 LIMIT 1 |
260
ms
|
5 |
|
|
/classes/Product.php:6623
/classes/Product.php:4644<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) WHERE c.`id_category` = 12 LIMIT 1 |
260
ms
|
1 |
|
|
/classes/Category.php:1571
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1251<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_module as id, active FROM ps_module WHERE name = "gmerchantcenter" AND active = 1 |
260
ms
|
1 |
|
|
/modules/gremarketing/lib/module-tools_class.php:385
/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=354 |
260
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/connectif/classes/cn-product-utils.php:55<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
260
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 28 LIMIT 1 |
260
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
259
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 123 LIMIT 1 |
259
ms
|
2 |
|
|
/classes/Product.php:1040
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 ORDER BY `name` ASC |
259
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/modules/connectif/classes/cn-product-utils.php:527<br>/modules/connectif/classes/cn-product-utils.php:67<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
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 = 355 LIMIT 1 |
259
ms
|
2 |
|
|
/classes/Product.php:1054
/modules/iqitproductsnav/iqitproductsnav.php:89<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_product c LEFT JOIN ps_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 354 AND s.id_shop = 1 LIMIT 1 |
259
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorProduct.php:74
/modules/iqitelementor/iqitelementor.php:595<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
259
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:48<br>/modules/facebookproductad/lib/pixel/basePixel.php:273<br>/modules/facebookproductad/lib/moduleTools.php:1534<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 354 |
259
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/groupinc/classes/GroupincConfiguration.php:541<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
259
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:252<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 124 LIMIT 1 |
258
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 2037) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
258
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=354 |
258
ms
|
1 |
|
|
/classes/Tag.php:229
/modules/iqitproducttags/iqitproducttags.php:89<br>/modules/iqitproducttags/iqitproducttags.php:78<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 124 LIMIT 1 |
257
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/controllers/front/ProductController.php:90<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
256
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5688<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:150<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
256
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:155<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1304<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1361<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 71 AND id_shop=1 LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Product.php:6759
/modules/groupinc/classes/GroupincConfiguration.php:520<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
255
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
255
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
255
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shiptopay" LIMIT 1 |
255
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/redsys/redsys.php:134<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 14 LIMIT 1 |
255
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
255
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 15) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 11) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:226<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
254
ms
|
9 |
|
|
/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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 13
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
253
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5688<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 721 LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`, `id_state`, `vat_number`, `postcode` FROM `ps_address`
WHERE `id_address` = 2251599 LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Address.php:443
/classes/controller/FrontController.php:477<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2667 LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:48<br>/modules/facebookproductad/lib/pixel/basePixel.php:273<br>/modules/facebookproductad/lib/moduleTools.php:1534<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "it") AND (ets.id_shop = 1) LIMIT 1 |
253
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customer`
FROM `ps_customer`
WHERE `id_customer` = '0'
AND active = 1
AND `deleted` = 0 LIMIT 1 |
252
ms
|
0 |
|
|
/classes/Customer.php:558
/modules/groupinc/classes/GroupincConfiguration.php:442<br>/override/classes/SpecificPrice.php:43<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Group.php:154
/modules/groupinc/classes/GroupincConfiguration.php:3267<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
252
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
252
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5688<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
252
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:231<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:90<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 428 LIMIT 1 |
252
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
251
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1034<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'NL' LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Country.php:193
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:733<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
251
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5726<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 428 LIMIT 1 |
251
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 123 LIMIT 1 |
251
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 17 LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
251
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 123 LIMIT 1 |
250
ms
|
2 |
|
|
/classes/Product.php:1054
/classes/Product.php:4649<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 2305010 AND id_shop IN (1) LIMIT 1 |
250
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_pstbannercountdown_shop`
WHERE `id_shop` IN (1)
AND `active` = 1 |
250
ms
|
37 |
|
|
/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:228
/modules/pstbannercountdownpro/pstbannercountdownpro.php:2932<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1026<br>/modules/pstbannercountdownpro/pstbannercountdownpro.php:1124<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'IE' LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 124)
GROUP BY a0.`id_supplier` |
249
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:187<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'DE' LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 28 LIMIT 1 |
248
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:155<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 28 LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
248
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
DELETE FROM `ps_cart_cart_rule` WHERE `id_cart` = 2305010 |
248
ms
|
1 |
|
|
/classes/Cart.php:403
/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pricerounding" LIMIT 1 |
248
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Product.php:74<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 123 AND `id_group` = 1 LIMIT 1 |
247
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/groupinc/classes/GroupincConfiguration.php:3263<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 47) LIMIT 1 |
247
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:6782<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 71 LIMIT 1 |
246
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
246
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5698<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 428 LIMIT 1 |
246
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
246
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/78/e6/eb/78e6eb5246d14f199a2b019f8638f4c8192a6c5d_2.file.product-cover.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/a3/06/33/a306336907359a8f0d353d33aecba737419de1a0_2.file.product-cover-thumbnails.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:191<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 620) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
246
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproducttags" LIMIT 1 |
246
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'BE' LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
246
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/connectif/classes/cn-product-utils.php:55<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 12
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
245
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
245
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:124<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:112<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1 |
245
ms
|
1 |
|
|
/classes/Country.php:223
/modules/groupinc/classes/GroupincConfiguration.php:556<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 110) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
DELETE FROM `ps_cart_product` WHERE `id_cart` = 2305010 |
245
ms
|
1 |
|
|
/classes/Cart.php:404
/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 15 LIMIT 1 |
244
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
244
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 35 LIMIT 1 |
244
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
244
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:129<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 35) LIMIT 1 |
244
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7747<br>/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 354
AND id_shop = 1 LIMIT 1 |
244
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:140<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
244
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "en") AND (ets.id_shop = 1) LIMIT 1 |
243
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
243
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 4) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
243
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
243
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
243
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:729<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
243
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
242
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/classes/SpecificPrice.php:43<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hm.`id_module`
FROM `ps_hook_module` hm, `ps_hook` h
WHERE hm.`id_module` = 193 AND h.`id_hook` = 449
AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 |
242
ms
|
1 |
|
|
/classes/Hook.php:634
/classes/module/Module.php:1016<br>/modules/pa_sitemaps/pa_sitemaps.php:23<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 2667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
242
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2847<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 354
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
241
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
241
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1 |
241
ms
|
8 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:129<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
241
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/connectif/classes/cn-product-utils.php:394<br>/modules/connectif/classes/cn-product-utils.php:115<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
240
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gmerchantcenter/lib/moduleTools.php:451<br>/modules/gmerchantcenter/gmerchantcenter.php:149<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 124 AND ctg.`id_group` = 1 LIMIT 1 |
240
ms
|
3 |
|
|
/classes/Product.php:6623
/classes/Product.php:4644<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
240
ms
|
1 |
|
|
/classes/Category.php:1577
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1259<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1 |
240
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 71 AND `id_group` = 1 LIMIT 1 |
240
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/groupinc/classes/GroupincConfiguration.php:3263<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
239
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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
239
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
239
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 123 LIMIT 1 |
239
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 393 LIMIT 1 |
239
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
239
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
238
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:229
/modules/ps_accounts/src/Adapter/Configuration.php:207<br>/modules/ps_accounts/src/Repository/ConfigurationRepository.php:176<br>/modules/ps_accounts/src/Account/LinkShop.php:86<br>/modules/ps_accounts/src/Account/Session/ShopSession.php:182<br>/modules/ps_accounts/src/Account/Session/ShopSession.php:90<br>/modules/ps_accounts/src/Account/Session/Session.php:73<br>/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:85<br>/modules/ps_accounts/src/Account/Session/Session.php:73<br>/modules/ps_accounts/src/Service/PsAccountsService.php:120<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:155<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 11) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:150<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "pt") AND (ets.id_shop = 1) LIMIT 1 |
238
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 203) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
237
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/connectif/classes/cn-product-utils.php:439<br>/modules/connectif/classes/cn-product-utils.php:116<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 21 LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/connectif/classes/cn-product-utils.php:55<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MXN') LIMIT 1 |
237
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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 13 LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Country.php:251
/classes/Address.php:173<br>/classes/Product.php:736<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 10) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
235
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
235
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/classes/GroupincConfiguration.php:977<br>/override/controllers/front/ProductController.php:92<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
235
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
235
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1 |
235
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitadditionaltabs" LIMIT 1 |
235
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 31) LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7747<br>/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_simpleblog_post, id_product
FROM `ps_simpleblog_related_post`
WHERE (id_product = 354) |
234
ms
|
1 |
|
|
/modules/ph_relatedposts/models/SimpleBlogRelatedPost.php:35
/modules/ph_relatedposts/ph_relatedposts.php:215<br>/modules/ph_relatedposts/ph_relatedposts.php:174<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_supplier` a0
WHERE (a0.`id_product` = 354)
GROUP BY a0.`id_supplier` |
234
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:477<br>/override/controllers/front/ProductController.php:90<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 428 LIMIT 1 |
234
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 2305010 |
233
ms
|
1 |
|
|
/classes/Cart.php:3025
/classes/Cart.php:3177<br>/modules/pm_applepay/pm_applepay.php:1370<br>/modules/pm_applepay/pm_applepay.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:425<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7767<br>/classes/Product.php:747<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "us") AND (ets.id_shop = 1) LIMIT 1 |
233
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_product c LEFT JOIN ps_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 354 AND s.id_shop = 1 LIMIT 1 |
233
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorProduct.php:74
/modules/iqitelementor/iqitelementor.php:595<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:840<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1311<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
233
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/connectif/classes/cn-product-utils.php:482<br>/modules/connectif/classes/cn-product-utils.php:114<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 35 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 222) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "autocurrency" LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/override/classes/controller/FrontController.php:21<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 20) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 173 AND `id_shop` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:8<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'USD') LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
232
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>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:997<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
232
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5710<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
231
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ph_relatedposts/ph_relatedposts.php:41<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
231
ms
|
4 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitmegamenu/iqitmegamenu.php:2580<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 124
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
231
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
231
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 24) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
231
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/paypal/paypal.php:2852<br>/modules/paypal/paypal.php:1427<br>/modules/paypal/paypal.php:650<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:196<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_awesomeurl" LIMIT 1 |
231
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:18<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
231
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/controllers/front/ProductController.php:80<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 428 LIMIT 1 |
231
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
230
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:48<br>/modules/facebookproductad/lib/pixel/basePixel.php:273<br>/modules/facebookproductad/lib/moduleTools.php:1534<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
230
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/gremarketing/lib/tags/dynamic-product-tags_class.php:253<br>/modules/gremarketing/lib/tags/base-dynamic-tags_class.php:160<br>/modules/gremarketing/lib/hook/hook-display_class.php:158<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 29) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 2) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
229
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5726<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 23) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
229
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:129<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 172) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
229
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/gremarketing/lib/tags/dynamic-product-tags_class.php:252<br>/modules/gremarketing/lib/tags/base-dynamic-tags_class.php:160<br>/modules/gremarketing/lib/hook/hook-display_class.php:158<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = 'c652ef3acd64__PrestaShop') AND (id_lang = 5) AND (id_shop = 1) LIMIT 1 |
229
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:95
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:664<br>/modules/trustedshopseasyintegration/src/Service/HookService.php:109<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:311<br>/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:187<br>:undefined<br>/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108<br>/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:179<br>/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 11
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/classes/Link.php:1229<br>/override/classes/Link.php:9<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
228
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5710<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 122) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1 |
228
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 720 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:506<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ph_relatedposts/ph_relatedposts.php:41<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 16 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "en") AND (ets.id_shop = 1) LIMIT 1 |
227
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Country.php:193
/modules/groupinc/classes/GroupincConfiguration.php:386<br>/modules/groupinc/classes/GroupincConfiguration.php:537<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 31 LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 354 |
226
ms
|
1 |
|
|
/classes/Product.php:2879
/override/controllers/front/ProductController.php:25<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "mx") AND (ets.id_shop = 1) LIMIT 1 |
226
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
226
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ph_relatedposts/ph_relatedposts.php:41<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1 |
226
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 217) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 354) AND (pl.id_lang = 5 AND pl.id_shop = 1 ) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:7630
/modules/cdc_googletagmanager/services/Gtm_Product.php:178<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
225
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
224
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/facebookproductad/lib/moduleTools.php:409<br>/modules/facebookproductad/lib/moduleTools.php:1754<br>/modules/facebookproductad/lib/hook/hookDisplay.php:124<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
223
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
223
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_cart_cart_rule WHERE id_cart = 2305010 |
223
ms
|
1 |
|
|
/classes/Cart.php:3025
/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 71 LIMIT 1 |
223
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/controllers/front/ProductController.php:363<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 124 LIMIT 1 |
223
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/modules/connectif/classes/cn-product-utils.php:77<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1 |
223
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
223
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/37/b1/5f37b1158be1aac329bcdcb871d506d682a4ec1c_2.file.product-tabs-sections.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
223
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1366<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
222
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:127<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
221
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
221
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
221
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "fr") AND (ets.id_shop = 1) LIMIT 1 |
220
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 221) LIMIT 1 |
220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "braintreeofficial" LIMIT 1 |
220
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/paypal/paypal.php:2852<br>/modules/paypal/paypal.php:1427<br>/modules/paypal/paypal.php:650<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:196<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:212<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1056<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 6) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:185<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
219
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 123 LIMIT 1 |
219
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "xps_checkout" LIMIT 1 |
219
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/thecheckout/classes/Config.php:156<br>/modules/thecheckout/thecheckout.php:302<br>/modules/thecheckout/thecheckout.php:252<br>/modules/thecheckout/thecheckout.php:67<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 395) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 428 AND `id_group` = 1 LIMIT 1 |
218
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/groupinc/classes/GroupincConfiguration.php:3263<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 392) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 124
AND ps.id_product_attribute = 617
AND ps.id_supplier = 0) LIMIT 1 |
218
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5726<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
218
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
218
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/connectif/classes/cn-product-utils.php:351<br>/modules/connectif/classes/cn-product-utils.php:113<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 428 |
217
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/groupinc/classes/GroupincConfiguration.php:541<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
217
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
217
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
217
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:340<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
217
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/groupinc/classes/GroupincConfiguration.php:857<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 354 AND `id_group` = 1 LIMIT 1 |
217
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/groupinc/classes/GroupincConfiguration.php:3263<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 124 LIMIT 1 |
216
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2285<br>/override/classes/Product.php:462<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "pt") AND (ets.id_shop = 1) LIMIT 1 |
216
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
216
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5710<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 68 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 428 |
216
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>/controllers/front/ProductController.php:364<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 188 AND `id_shop` = 1 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 393) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2847<br>/modules/groupinc/classes/GroupincConfiguration.php:548<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CH' LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 71
AND ps.id_product_attribute = 393
AND ps.id_supplier = 0) LIMIT 1 |
215
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5726<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
214
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5710<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_address` FROM ps_address a
WHERE a.`id_address` = 2251599 AND a.`deleted` = 0 AND a.`active` = 1 LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Address.php:492
/classes/Cart.php:1259<br>/classes/controller/FrontController.php:465<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 25) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 27) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
213
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5698<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SA' LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
213
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/modules/groupinc/classes/GroupincConfiguration.php:2313<br>/override/controllers/front/ProductController.php:253<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 394) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1 |
213
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 428 AND id_shop=1 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Product.php:6759
/modules/groupinc/classes/GroupincConfiguration.php:520<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`need_identification_number` FROM `ps_country` c WHERE c.`id_country` = 13 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Address.php:404
/classes/Address.php:372<br>/classes/ObjectModel.php:1043<br>/classes/ObjectModel.php:293<br>/classes/ObjectModel.php:578<br>/classes/Address.php:192<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1032<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
212
ms
|
9 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
211
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a4/35/ca/a435ca776cc2cf8942775a2ffc360fd5b2d793c1_2.file.product-prices.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:352<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:391<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'EN' LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 428
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
211
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
210
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Category.php:1371
/modules/facebookconversiontrackingplus/classes/ConversionApi.php:121<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
210
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 399) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
209
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:694<br>/classes/controller/FrontController.php:384<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
209
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:144<br>/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49<br>/modules/cdc_googletagmanager/classes/DataLayer.php:86<br>/modules/cdc_googletagmanager/classes/DataLayer.php:75<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1680<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1015<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:631<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:318<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/85/bc/ce/85bcce992f43fcd59cb1afceef87e77d723c6295_2.file.head.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'UA' LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PT' LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
209
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:393<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:111<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 31 LIMIT 1 |
209
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/groupinc/classes/GroupincConfiguration.php:546<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcountdown" LIMIT 1 |
208
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/a4/35/ca/a435ca776cc2cf8942775a2ffc360fd5b2d793c1_2.file.product-prices.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:352<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:391<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 354 AND id_shop=1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Product.php:6759
/modules/groupinc/classes/GroupincConfiguration.php:520<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 396) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 400) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
207
ms
|
9 |
|
|
/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>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 216 |
207
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 143) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsizecharts" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:418<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 123
AND ps.id_product_attribute = 2037
AND ps.id_supplier = 0) LIMIT 1 |
207
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5726<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'BE' LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 14 LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
206
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0c/2a/c7/0c2ac74fe608c0257bc18bb3859b6529d306f83b_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:509<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:569<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/54/52/41/5452417292a0bb2fcd4b4407e7c9f8ff35ef38f9_2.file.header-4.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/27/b8/e6/27b8e664fb19cf4dd98b0184104b3dec1d7492d2_2.file.header.tpl.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_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:223<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "uk") AND (ets.id_shop = 1) LIMIT 1 |
204
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CH' LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
204
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 206) LIMIT 1 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_relatedposts" LIMIT 1 |
203
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 401) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 16) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Country.php:223
/modules/pricerounding/classes/PriceroundingConfiguration.php:571<br>/override/classes/Product.php:81<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
202
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5698<br>/override/classes/Product.php:459<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
202
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_eventbus/src/Helper/ModuleHelper.php:47<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:53<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/CommonProvider.php:57<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Category.php:1577
/override/classes/Link.php:100<br>/controllers/front/ProductController.php:1251<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 136) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/controllers/front/ProductController.php:240<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 58) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 111) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 211) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 177) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 |
201
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:340<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1066<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
201
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 6 LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 93) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71) AND (id_product_attribute = 404) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<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/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/0a/b2/26/0ab226d2aafc74333d155d42a5692b9658268041_2.file.product-miniature-thumb.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/6e/14/40/6e1440c322a21b5741f88541df6b4ff15272666c_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7c/6c/27/7c6c2717947934fbdaf6a0ea62aaba97b083a08a_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:813<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1305<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "mx") AND (ets.id_shop = 1) LIMIT 1 |
201
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 30) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
201
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/modules/facebookproductad/lib/pixel/pixelProduct.php:98<br>/modules/facebookproductad/lib/pixel/basePixel.php:189<br>/modules/facebookproductad/lib/moduleTools.php:1539<br>/modules/facebookproductad/lib/hook/hookDisplay.php:121<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:58<br>/modules/facebookproductad/lib/hook/hookController.php:56<br>/modules/facebookproductad/facebookproductad.php:324<br>/modules/facebookproductad/facebookproductad.php:282<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
200
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AE' LIMIT 1 |
200
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 35 LIMIT 1 |
200
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 37) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
200
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "it") AND (ets.id_shop = 1) LIMIT 1 |
199
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "pt") AND (ets.id_shop = 1) LIMIT 1 |
199
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_module_shop WHERE id_module = 96 AND id_shop = 1 |
199
ms
|
1 |
|
|
/modules/gremarketing/lib/module-tools_class.php:391
/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 20 |
199
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
199
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:150<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 18) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 188) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MY' LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 30 |
198
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 22) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
197
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 428
AND ps.id_product_attribute = 3123
AND ps.id_supplier = 0) LIMIT 1 |
197
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:5710<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1 |
197
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 190 AND `id_shop` = 1 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:18<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
197
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:4198<br>/controllers/front/ProductController.php:269<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 71 LIMIT 1 |
197
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/Product.php:72<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 71
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
196
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/Product.php:53<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CH' LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
DELETE FROM `ps_customization`
WHERE `id_cart` = 2305010 |
196
ms
|
1 |
|
|
/classes/Cart.php:400
/modules/securitypro/securitypro.php:1224<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
195
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/connectif/classes/cn-product-utils.php:55<br>/modules/connectif/connectif.php:1846<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:854<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1316<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 124 AND `id_group` = 1 LIMIT 1 |
195
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/groupinc/classes/GroupincConfiguration.php:3263<br>/modules/groupinc/classes/GroupincConfiguration.php:1266<br>/override/classes/Product.php:188<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:127<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
195
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 16 |
195
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 37 |
195
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
195
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 15 |
194
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
194
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/controllers/front/ProductController.php:90<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ID' LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
193
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AT' LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 145 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
193
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:730<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 221 |
193
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'SEK') LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
192
ms
|
1 |
|
|
/classes/shop/Shop.php:747
/classes/Hook.php:623<br>/classes/module/Module.php:1016<br>/modules/pa_sitemaps/pa_sitemaps.php:23<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gmerchantcenterpro" LIMIT 1 |
192
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gremarketing/lib/module-tools_class.php:379<br>/modules/gremarketing/lib/hook/hook-display_class.php:75<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "de") AND (ets.id_shop = 1) LIMIT 1 |
191
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:101<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:835<br>/classes/Cart.php:298<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1037<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:418<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:1082<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cdc_googletagmanager" LIMIT 1 |
191
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/cookiesplus/cookiesplus.php:1148<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PT' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
191
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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "mx") AND (ets.id_shop = 1) LIMIT 1 |
190
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'VE' LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PT' LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 4 |
190
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1 |
189
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:98<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:132<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 28) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7747<br>/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "mx") AND (ets.id_shop = 1) LIMIT 1 |
189
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "thecheckout" LIMIT 1 |
188
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 13 |
188
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:964<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'NO' LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3 |
187
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/gmerchantcenter/lib/moduleTools.php:195<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 15 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
187
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:150<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:100<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 143 |
187
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 15) LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7747<br>/classes/Link.php:238<br>/classes/Product.php:5623<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 128 AND `id_shop` = 1 LIMIT 1 |
185
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 22 |
185
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SA' LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'HU' LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 69 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `ps_product_supplier` ps
WHERE (ps.id_product = 354
AND ps.id_product_attribute = 2667
AND ps.id_supplier = 0) LIMIT 1 |
184
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/override/classes/Product.php:154<br>/classes/Product.php:3684<br>/classes/Product.php:4107<br>/controllers/front/ProductController.php:268<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'HK' LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 211 |
184
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
183
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>/controllers/front/ProductController.php:1366<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
183
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:459<br>/classes/Product.php:5874<br>/classes/Product.php:4653<br>/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CZK') LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
181
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
181
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:127<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
181
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "uk") AND (ets.id_shop = 1) LIMIT 1 |
181
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 24 |
180
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "pt") AND (ets.id_shop = 1) LIMIT 1 |
179
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "es") AND (ets.id_shop = 1) LIMIT 1 |
179
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Category.php:1981<br>/controllers/front/ProductController.php:822<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 188 |
176
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'HUF') LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PLN') LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycheckout" LIMIT 1 |
175
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'DKK') LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 216 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'UR' LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SE' LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
173
ms
|
9 |
|
|
/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>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:997<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'BR' LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 217 |
173
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 110 |
172
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PT' LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 19 |
172
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 122 |
172
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
171
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 93 |
171
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 14) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7747<br>/classes/Link.php:238<br>/modules/facebookconversiontrackingplus/classes/ConversionApi.php:121<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:226<br>/override/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:41<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:86<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 23 |
171
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
171
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenter/lib/moduleTools.php:194<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'TR' LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 172 |
171
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 2 |
170
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 203 |
170
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 222 |
170
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 1 |
170
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 58 |
170
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 11 |
169
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ZA' LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 29 |
169
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 3 |
169
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 136 |
168
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 177 |
168
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10 |
168
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
167
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:127<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CZ' LIMIT 1 |
167
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
166
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SK' LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 25 |
166
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GB' LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 206 |
166
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'uk' LIMIT 1 |
166
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:769<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 111 |
166
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 18 |
165
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 27 |
165
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenter/lib/moduleTools.php:190<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_feed
FROM `ps_gmc_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1 |
164
ms
|
375 |
|
|
/modules/gmerchantcenter/models/Feeds.php:79
/modules/gmerchantcenter/lib/moduleTools.php:176<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1 |
164
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:763<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SA' LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 143 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "idxropc" LIMIT 1 |
162
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'IN' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'DK' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'IT' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'NL' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SA' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'RU' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'FR' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmc_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
161
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/install/installSql.php:78
/modules/gmerchantcenter/lib/install/installSql.php:35<br>/modules/gmerchantcenter/lib/install/installController.php:46<br>/modules/gmerchantcenter/lib/moduleUpdate.php:87<br>:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AT' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 177 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "us") AND (ets.id_shop = 1) LIMIT 1 |
161
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 93 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CA' LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AE' LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1 |
159
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'JP' LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'KW' LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
159
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'TH' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AE' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "xbraintreeofficial" LIMIT 1 |
158
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/thecheckout/classes/Config.php:156<br>/modules/thecheckout/thecheckout.php:302<br>/modules/thecheckout/thecheckout.php:252<br>/modules/thecheckout/thecheckout.php:67<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'BE' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'IL' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'VN' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 14
AND id_product = 354 LIMIT 1 |
158
ms
|
1 |
|
|
/modules/iqitproductsnav/iqitproductsnav.php:145
/modules/iqitproductsnav/iqitproductsnav.php:81<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/bc/e5/87/bce5877d47d0d5807d4db680e149c9d73121f411_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:77<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CH' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SG' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'IT' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 221 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gmerchantcenter" LIMIT 1 |
157
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gremarketing/lib/module-tools_class.php:379<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PL' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AE' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'DE' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'NZ' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'PH' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AU' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'GE' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'TW' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'RU' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
155
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:91<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "easycheckout" LIMIT 1 |
155
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3163<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2714<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/21/b5/1321b5d71096c9d8da40b4b9ef50e60a626f0468_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/09/74/44/09744426b7939963f20d70e6f4a6fdb1546ddaf5_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:378<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/7d/dc/a4/7ddca4bf4c0b792d1a3ddc7d8f31dd6b790a8188_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/c9/2c/be/c92cbebc9dc1608dfd76eb09790756fbb3e54aec_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/77/30/81/77308130f8661217e4dd36126a52a50e1f5bd5df_2.file.product.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.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:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 13 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 217 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'SA' LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 206 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'KO' LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "cart_products") AND (ets.lang_iso = "us") AND (ets.id_shop = 1) LIMIT 1 |
151
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenter/lib/moduleTools.php:186<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_product` WHERE id_product = 354 LIMIT 1 |
149
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3209
/modules/groupinc/classes/GroupincConfiguration.php:469<br>/override/classes/SpecificPrice.php:43<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
148
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_eventbus/src/Helper/ModuleHelper.php:76<br>/modules/ps_eventbus/src/Helper/ModuleHelper.php:108<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:81<br>/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:132<br>/modules/ps_eventbus/src/Api/CloudSyncClient.php:101<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ApiProvider.php:49<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/Provider/ServiceProvider.php:288<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:125<br>/modules/ps_eventbus/src/ServiceContainer/ServiceContainer.php:149<br>/modules/ps_eventbus/ps_eventbus.php:190<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:46<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 14
AND id_shop = 1 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:822<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ets.full_sync_finished
FROM `ps_eventbus_type_sync` ets
WHERE (ets.type = "carts") AND (ets.lang_iso = "uk") AND (ets.id_shop = 1) LIMIT 1 |
147
ms
|
0 |
|
|
/modules/ps_eventbus/src/Repository/SyncRepository.php:138
/modules/ps_eventbus/src/Service/SynchronizationService.php:379<br>/modules/ps_eventbus/src/Service/SynchronizationService.php:290<br>/modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php:67<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/ObjectModel.php:628<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 8 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:997<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 24 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 111 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 23 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 110 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 58 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 211 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 122 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 37 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 188 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 1 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 30 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 136 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 18 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 222 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 203 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 3 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 22 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 14 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 172 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 27 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 4 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 2 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 15 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 19 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 11 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 10 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'pt' LIMIT 1 |
139
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:768<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 20 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 25 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
139
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:578<br>/classes/Cart.php:271<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 5
AND `id_country` = 29 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenter/lib/moduleTools.php:189<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:91<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Cart.php:272<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1003<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
135
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:765<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'mx' LIMIT 1 |
130
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:767<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'us' LIMIT 1 |
130
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:771<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
129
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:770<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 |
129
ms
|
9 |
|
|
/classes/Language.php:824
/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:766<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:1000<br>/modules/defaultcountrymodalpopup/defaultcountrymodalpopup.php:737<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:286<br>/override/classes/controller/FrontController.php:28<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
BEGIN |
125
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:75
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-08-11 00:00:00" AND date_to <= "2025-08-11 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-08-11 00:00:00" AND date_from <= "2025-08-11 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-08-11 00:00:00" AND date_to > "2025-08-11 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<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:2190<br>/override/classes/Cart.php:201<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
COMMIT |
80
ms
|
1 |
|
|
/modules/gmerchantcenter/lib/moduleUpdate.php:101
:undefined<br>/modules/gmerchantcenter/lib/moduleUpdate.php:55<br>/modules/gmerchantcenter/lib/moduleTools.php:173<br>/modules/gmerchantcenter/gmerchantcenter.php:174<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/modules/gremarketing/lib/module-tools_class.php:381<br>/modules/gremarketing/lib/hook/hook-display_class.php:76<br>/modules/gremarketing/lib/hook/hook-display_class.php:37<br>/modules/gremarketing/lib/hook/hook-ctrl_class.php:53<br>/modules/gremarketing/gremarketing.php:284<br>/modules/gremarketing/gremarketing.php:262<br>/classes/Hook.php:1007<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/ProductController.php:417<br>/override/controllers/front/ProductController.php:250<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|