SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
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`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2025-07-03 00:00:00",
INTERVAL 90 DAY)) > 0 AS new FROM `mod670_product_sale` ps
LEFT JOIN `mod670_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `mod670_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 `mod670_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `mod670_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 `mod670_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `mod670_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `mod670_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 8
AND tr.`id_state` = 0
LEFT JOIN `mod670_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN mod670_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 product_shop.`active` = 1
AND product_shop.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `mod670_category_product` cp
JOIN `mod670_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY `sales` DESC
LIMIT 0, 9 |
46778
ms
|
1926 |
Yes
|
|
/classes/ProductSale.php:151
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-07-03 00:00:00",
INTERVAL 90 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `mod670_category_product` cp
LEFT JOIN `mod670_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `mod670_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 mod670_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `mod670_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `mod670_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `mod670_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 `mod670_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `mod670_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 6 |
10804
ms
|
12 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-07-03 00:00:00",
INTERVAL 90 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `mod670_product` p
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `mod670_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 `mod670_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `mod670_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `mod670_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 mod670_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 (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-07-03 00:00:00",
INTERVAL 90 DAY
)
) > 0) AND (EXISTS(SELECT 1 FROM `mod670_category_product` cp
JOIN `mod670_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` DESC
LIMIT 4 |
10126
ms
|
2 |
|
|
/classes/Product.php:3088
/modules/ps_newproducts/ps_newproducts.php:234<br>/modules/ps_newproducts/ps_newproducts.php:211<br>/modules/ps_newproducts/ps_newproducts.php:197<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-07-03 00:00:00",
INTERVAL 90 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `mod670_category_product` cp
LEFT JOIN `mod670_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `mod670_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 mod670_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `mod670_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `mod670_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `mod670_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 `mod670_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `mod670_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 338 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,6 |
6688
ms
|
7 |
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
UPDATE mod670_sfkseoschema SET `sfk_shipping_addressCountry` = 'FR', `sfk_shipping_currency` = 'EUR' |
6638
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1273
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538963) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
6487
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `mod670_configuration` c
LEFT JOIN `mod670_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
6241
ms
|
4604 |
|
|
/classes/Configuration.php:160
/override/classes/Configuration.php:11<br>/modules/ps_emailalerts/ps_emailalerts.php:92<br>/modules/ps_emailalerts/ps_emailalerts.php:70<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `mod670_configuration` c
LEFT JOIN `mod670_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5887
ms
|
4604 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE 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 `mod670_configuration` c
LEFT JOIN `mod670_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5885
ms
|
4604 |
|
|
/classes/Configuration.php:160
/override/classes/Configuration.php:11<br>/modules/ps_emailalerts/ps_emailalerts.php:89<br>/modules/ps_emailalerts/ps_emailalerts.php:70<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `mod670_configuration` c
LEFT JOIN `mod670_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5411
ms
|
4604 |
|
|
/classes/Configuration.php:160
/override/classes/Configuration.php:11<br>/modules/ps_emailalerts/ps_emailalerts.php:90<br>/modules/ps_emailalerts/ps_emailalerts.php:70<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538909
LIMIT 1 |
5363
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538431
LIMIT 1 |
5027
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `mod670_configuration` c
LEFT JOIN `mod670_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4674
ms
|
4604 |
|
|
/classes/Configuration.php:160
/override/classes/Configuration.php:11<br>/modules/ps_emailalerts/ps_emailalerts.php:91<br>/modules/ps_emailalerts/ps_emailalerts.php:70<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM mod670_sfkseoschema WHERE sfk_status = 1 AND FIND_IN_SET('1', `sfk_language`) AND FIND_IN_SET('1', `sfk_shop_group`) AND FIND_IN_SET('1', `sfk_shop`) AND sfk_product = 0 LIMIT 0,1 |
4662
ms
|
348 |
|
|
/modules/sfkseoschema/sfkseoschema.php:770
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 238
AND pac.`id_product_attribute` = 159
AND agl.`id_lang` = 1 |
4459
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM mod670_wb_staticblock AS psb
LEFT JOIN mod670_wb_staticblock_lang AS psl ON psb.id_wbstaticblock = psl.id_wbstaticblock
LEFT JOIN mod670_wb_staticblock_shop AS pss ON psb.id_wbstaticblock = pss.id_wbstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "displayHome"
AND `showhook` = 1 ORDER BY `wborder` ASC |
4458
ms
|
7 |
Yes
|
|
/modules/wbstaticblocks/models/Staticblock.php:113
/modules/wbstaticblocks/wbstaticblocks.php:231<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<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`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (238) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4440
ms
|
7 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `mod670_module` m
INNER JOIN mod670_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 `mod670_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `mod670_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `mod670_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `mod670_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` |
4097
ms
|
4025 |
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>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538431
ORDER BY `position` |
4002
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 238
ORDER BY f.position ASC |
3963
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538963
ORDER BY f.position ASC |
3940
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM mod670_link_block lb
INNER JOIN mod670_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 924 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
3634
ms
|
8 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 338) AND (b.`id_shop` = 1) LIMIT 1 |
3613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:326<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538716) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
3583
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `mod670_ets_abancart_campaign` ac
LEFT JOIN `mod670_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `mod670_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=1
LEFT JOIN `mod670_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `mod670_group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=1, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2025-07-03', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2025-07-03', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=8)
GROUP BY ac.id_ets_abancart_campaign |
3356
ms
|
1 |
|
Yes
|
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:407
/modules/ets_abandonedcart/ets_abandonedcart.php:912<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `mod670_meta` m
LEFT JOIN `mod670_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
3214
ms
|
154 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<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 `mod670_hook_module` hm
STRAIGHT_JOIN `mod670_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `mod670_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3201
ms
|
724 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_product_attachment pa
LEFT JOIN mod670_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN mod670_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 538431 |
3171
ms
|
1 |
|
|
/classes/Product.php:5936
/classes/Product.php:5771<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `mod670_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `mod670_hook_alias` ha
INNER JOIN `mod670_hook` h ON ha.name = h.name |
3131
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:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
FROM `mod670_feature` f
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
LEFT JOIN `mod670_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1)
ORDER BY f.`position` ASC |
3031
ms
|
8 |
Yes
|
|
/classes/Feature.php:92
/modules/fsopengraph/fsopengraph.php:55<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<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`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538732) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2917
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538963) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
2910
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `mod670_product` p
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
2865
ms
|
12 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `mod670_product_sale` ps
LEFT JOIN `mod670_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
2719
ms
|
963 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:86<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_group` a
LEFT JOIN `mod670_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
2692
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:245<br>/classes/Cart.php:218<br>/classes/controller/FrontController.php:443<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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538909
ORDER BY `position` |
2666
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `mod670_currency` c ORDER BY `iso_code` ASC |
2628
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE wb.*, ll.*
FROM mod670_wbmegamenu_shop wb
LEFT JOIN `mod670_wbmegamenu_lang` ll ON (ll.`id_wbmegamenu` = wb.`id_wbmegamenu` AND wb.`id_shop` = ll.`id_shop`)
WHERE wb.active = 1 AND ll.id_shop = 1 AND ll.id_lang=1 ORDER BY wb.position ASC, wb.id_wbmegamenu ASC |
2622
ms
|
14 |
Yes
|
|
/modules/wbmegamenu/classes/WbMegamenuClass.php:227
/modules/wbmegamenu/wbmegamenu.php:1154<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_currency` a
LEFT JOIN `mod670_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `mod670_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
2568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
2533
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/pscookiebanner/pscookiebanner.php:416<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538963 AND
`id_lang` = 1 LIMIT 1 |
2511
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM mod670_wb_staticblock AS psb
LEFT JOIN mod670_wb_staticblock_lang AS psl ON psb.id_wbstaticblock = psl.id_wbstaticblock
LEFT JOIN mod670_wb_staticblock_shop AS pss ON psb.id_wbstaticblock = pss.id_wbstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "displayLeftColumn"
AND `showhook` = 1 ORDER BY `wborder` ASC |
2481
ms
|
7 |
Yes
|
|
/modules/wbstaticblocks/models/Staticblock.php:113
/modules/wbstaticblocks/wbstaticblocks.php:195<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 238) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
2475
ms
|
5 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hs.`id_imgbanner_slides` as id_slide, hss.`position`, hss.`active`, hssl.`title`,
hssl.`url`, hssl.`legend`, hssl.`description`, hssl.`image`
FROM mod670_imgbanner hs
LEFT JOIN mod670_imgbanner_slides hss ON (hs.id_imgbanner_slides = hss.id_imgbanner_slides)
LEFT JOIN mod670_imgbanner_slides_lang hssl
ON (hss.id_imgbanner_slides = hssl.id_imgbanner_slides)
WHERE id_shop = 1
AND hssl.id_lang = 1 AND hss.`active` = 1
ORDER BY hss.position |
2473
ms
|
1 |
Yes
|
|
/modules/wbimgbanner/wbimgbanner.php:830
/modules/wbimgbanner/wbimgbanner.php:753<br>/modules/wbimgbanner/wbimgbanner.php:745<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
2400
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 8 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
2322
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_cart_product cp INNER JOIN mod670_product p
ON (p.id_product = cp.id_product) INNER JOIN mod670_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
2258
ms
|
1 |
|
|
/classes/Cart.php:3921
/classes/Cart.php:3896<br>/classes/Cart.php:1856<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
UPDATE mod670_sfkseoschema SET `sfk_rating_value` = '5', `sfk_star_count` = '5' WHERE sfk_rating_value > 5; |
2207
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1250
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_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 |
2194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/ps_featuredproducts/ps_featuredproducts.php:262<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538963 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2144
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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` = 662 LIMIT 1 |
2096
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hs.`id_wbslider_slides` as id_slide, hss.`position`, hss.`active`, hssl.`title`,
hssl.`url`, hssl.`legend`, hssl.`description`, hssl.`image`
FROM mod670_wbslider hs
LEFT JOIN mod670_wbslider_slides hss ON (hs.id_wbslider_slides = hss.id_wbslider_slides)
LEFT JOIN mod670_wbslider_slides_lang hssl ON (hss.id_wbslider_slides = hssl.id_wbslider_slides)
WHERE id_shop = 1
AND hssl.id_lang = 1 AND hss.`active` = 1
ORDER BY hss.position |
2087
ms
|
5 |
Yes
|
|
/modules/wbimageslider/wbimageslider.php:873
/modules/wbimageslider/wbimageslider.php:776<br>/modules/wbimageslider/wbimageslider.php:768<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_country` a
LEFT JOIN `mod670_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `mod670_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
2069
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_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
2037
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `mod670_address_format`
WHERE `id_country` = 8 LIMIT 1 |
2035
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mod670_module` m
LEFT JOIN `mod670_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2014
ms
|
162 |
|
|
/classes/module/Module.php:340
/modules/ets_abandonedcart/ets_abandonedcart.php:90<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
2013
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538888
LIMIT 1 |
1976
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 238
AND image_shop.`cover` = 1 LIMIT 1 |
1967
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 361 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 361 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1899
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538347 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538347 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1893
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538888) |
1872
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 1185 AND `id_shop` = 1 |
1868
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 242) AND (b.`id_shop` = 1) LIMIT 1 |
1859
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `mod670_lang` l
LEFT JOIN `mod670_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1855
ms
|
2 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 242
ORDER BY f.position ASC |
1849
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mod670_module` m
LEFT JOIN `mod670_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1820
ms
|
162 |
|
|
/classes/module/Module.php:340
/modules/creativeelements/creativeelements.php:58<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:506<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM mod670_required_field |
1794
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mod670_specific_price` WHERE id_product = 0 LIMIT 1 |
1786
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block_lang`
WHERE `id_link_block` = 4 |
1780
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 361) AND (b.`id_shop` = 1) LIMIT 1 |
1759
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538716
AND image_shop.`cover` = 1 LIMIT 1 |
1731
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `mod670_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `mod670_date_range`) LIMIT 1 |
1720
ms
|
7986276 |
|
|
/classes/DateRange.php:60
/classes/Page.php:122<br>/modules/statsdata/statsdata.php:121<br>/modules/statsdata/statsdata.php:74<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538888 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538888 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1714
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538963
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1714
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1 |
1707
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 mod670_shop_url su
LEFT JOIN mod670_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'dev.thd-optic.com' OR su.domain_ssl = 'dev.thd-optic.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1706
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 *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1700
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538963
AND image_shop.`cover` = 1 LIMIT 1 |
1697
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mod670_category_group ctg
WHERE ctg.`id_category` = 338 AND ctg.`id_group` = 1 LIMIT 1 |
1682
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`class_name`, t.`module`
FROM `mod670_tab` t
WHERE t.`module` IS NOT NULL AND t.`module` != "" |
1666
ms
|
266 |
|
|
/classes/Tab.php:291
/classes/Translate.php:84<br>/modules/powerfulformgenerator/powerfulformgenerator.php:85<br>/modules/powerfulformgenerator/powerfulformgenerator.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 822 AND `id_shop` = 1 |
1655
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 238 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1655
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538716) LIMIT 1 |
1647
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538691) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1647
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_meta m
LEFT JOIN mod670_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
1645
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538688
LIMIT 1 |
1637
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538716 AND
`id_lang` = 1 LIMIT 1 |
1636
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538269
LIMIT 1 |
1626
ms
|
6 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mod670_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
1610
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `mod670_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1577
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 1217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538347 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538347 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1577
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538731) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1570
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 20 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1570
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_ce_theme` a
LEFT JOIN `mod670_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `mod670_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
1558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/wrappers/Post.php:100<br>/modules/creativeelements/classes/wrappers/Post.php:143<br>/modules/creativeelements/core/documents-manager.php:203<br>/modules/creativeelements/core/documents-manager.php:279<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 163) LIMIT 1 |
1556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 10 AND mr.`active` = 1 |
1552
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
1538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/ps_featuredproducts/ps_featuredproducts.php:270<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538963 AND `id_group` = 1 LIMIT 1 |
1531
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `mod670_tax_rule` tr
JOIN `mod670_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND ('95500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '95500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1528
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538716 AND `id_group` = 1 LIMIT 1 |
1525
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 242
AND pac.`id_product_attribute` = 187
AND agl.`id_lang` = 1 |
1525
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 238 AND
`id_lang` = 1 LIMIT 1 |
1517
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1514
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538431 |
1507
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538796) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1506
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 364
LIMIT 1 |
1480
ms
|
6 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1470
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538716
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1462
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538796 AND
`id_lang` = 1 LIMIT 1 |
1457
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 242 LIMIT 1 |
1452
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 366) AND (b.`id_shop` = 1) LIMIT 1 |
1450
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1448
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `mod670_hook` h
WHERE (h.active = 1) |
1448
ms
|
875 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538716 LIMIT 1 |
1442
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 58 LIMIT 1 |
1440
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 366) |
1440
ms
|
4 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1436
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538742
LIMIT 1 |
1435
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_group_lang`
WHERE `id_group` = 1 |
1430
ms
|
2 |
|
|
/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:245<br>/classes/Cart.php:218<br>/classes/controller/FrontController.php:443<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 822) LIMIT 1 |
1427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538691
LIMIT 1 |
1421
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
1421
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/dwfproductextrafields/models/ProductExtraField.php:17<br>/modules/dwfproductextrafields/dwfproductextrafields.php:15<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `mod670_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
1420
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:82<br>/modules/statsdata/statsdata.php:73<br>/classes/Hook.php: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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 364
AND pac.`id_product_attribute` = 650
AND agl.`id_lang` = 1 |
1409
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538888
ORDER BY f.position ASC |
1405
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538963 LIMIT 1 |
1403
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 238
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1402
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538691
LIMIT 1 |
1382
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538963) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1381
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_newproducts" LIMIT 1 |
1378
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 3 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
1375
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 538347
AND pac.`id_product_attribute` = 1217
AND agl.`id_lang` = 1 |
1373
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 247 AND `id_shop` = 1 LIMIT 1 |
1373
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHEADER_PAGE_SWITCH" LIMIT 1 |
1369
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1298<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 23 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1363
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 1 AND mr.`active` = 1 |
1362
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 1185) LIMIT 1 |
1361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 238 LIMIT 1 |
1359
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538431) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1353
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538963 LIMIT 1 |
1346
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538431) AND (b.`id_shop` = 1) LIMIT 1 |
1344
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_group`
WHERE `id_group` = 1 LIMIT 1 |
1330
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3963<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538909 |
1306
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538909) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1306
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
UPDATE `mod670_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 2826
AND `id_page` = 1
AND `id_shop` = 1 |
1298
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:121<br>/modules/statsdata/statsdata.php:74<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538431) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1284
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538691 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1282
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
1280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/askforaquote/askforaquote.php:1191<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 240
AND pac.`id_product_attribute` = 166
AND agl.`id_lang` = 1 |
1280
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538431
AND image_shop.`cover` = 1 LIMIT 1 |
1279
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 238 AND `id_group` = 1 LIMIT 1 |
1273
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538347
LIMIT 1 |
1272
ms
|
5 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 240
LIMIT 1 |
1271
ms
|
8 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_hook` a
WHERE (a.`id_hook` = 924) LIMIT 1 |
1262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 242 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1252
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538716
ORDER BY f.position ASC |
1245
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538269 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1242
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
1232
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538691) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1231
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
1229
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 238) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 159) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1223
ms
|
4 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 372 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1208
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 10 AND mr.`active` = 1 |
1203
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 538269
AND pac.`id_product_attribute` = 996
AND agl.`id_lang` = 1 |
1203
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 163 AND `id_shop` = 1 |
1198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538688
ORDER BY `position` |
1194
ms
|
1 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 1 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1181
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538269) AND (b.`id_shop` = 1) LIMIT 1 |
1180
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `mod670_cart_rule` WHERE date_to >= "2025-07-03 00:00:00" AND date_to <= "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mod670_cart_rule` WHERE date_from >= "2025-07-03 00:00:00" AND date_from <= "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mod670_cart_rule` WHERE date_from < "2025-07-03 00:00:00" AND date_to > "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
1175
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:2704<br>/classes/Cart.php:3081<br>/classes/Cart.php:3150<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:1901<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 372
AND pac.`id_product_attribute` = 713
AND agl.`id_lang` = 1 |
1174
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 `mod670_attribute` a
LEFT JOIN `mod670_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mod670_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mod670_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mod670_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 `mod670_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 366
AND pac.`id_product_attribute` = 662
AND agl.`id_lang` = 1 |
1170
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538732) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1168
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538431 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1165
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538716
ORDER BY `position` |
1162
ms
|
2 |
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_edit_mode' LIMIT 1 |
1160
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 mod670_product_attribute pa
INNER JOIN mod670_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 = 538451 LIMIT 1 |
1153
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538716) AND (b.`id_shop` = 1) LIMIT 1 |
1152
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538347
ORDER BY f.position ASC |
1138
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (242) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1138
ms
|
7 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538963) AND (b.`id_shop` = 1) LIMIT 1 |
1134
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538269 |
1132
ms
|
5 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538796
LIMIT 1 |
1131
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538431) LIMIT 1 |
1126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "psgdpr" LIMIT 1 |
1124
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1304<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (650, 652, 653, 3156) AND il.`id_lang` = 1 ORDER by i.`position` |
1124
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538731) LIMIT 1 |
1117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 238) AND (b.`id_shop` = 1) LIMIT 1 |
1113
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538431
ORDER BY f.position ASC |
1112
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538732
LIMIT 1 |
1111
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538269
ORDER BY f.position ASC |
1105
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 372) AND (b.`id_shop` = 1) LIMIT 1 |
1101
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
1098
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 372
ORDER BY f.position ASC |
1095
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538742 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1093
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 22 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1091
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, cl.`name` AS category_default, a.quantity AS pack_quantity, product_shop.`id_category_default`, a.id_product_pack, a.id_product_attribute_item
FROM `mod670_pack` a
LEFT JOIN `mod670_product` p ON p.id_product = a.id_product_item
LEFT JOIN `mod670_product_lang` pl
ON p.id_product = pl.id_product
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `mod670_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 `mod670_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_category_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 538688
GROUP BY a.`id_product_item`, a.`id_product_attribute_item` |
1089
ms
|
4 |
|
Yes
|
/classes/Pack.php:350
/classes/Product.php:5778<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538963) |
1088
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 338) LIMIT 1 |
1086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:336<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538796
ORDER BY f.position ASC |
1078
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 240
ORDER BY f.position ASC |
1077
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538888) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1076
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 240 LIMIT 1 |
1072
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `mod670_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('74264', '1', '-666249183', '', '1', '1', '2025-07-03 07:28:10') |
1072
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php: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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 713
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 372 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 713
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1068
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 366 AND pa.`id_product` = 366 AND pa.`id_product_attribute` = 662 LIMIT 1 |
1064
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 372
LIMIT 1 |
1061
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 0 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 |
1060
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538688) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1057
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 238 LIMIT 1 |
1055
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mod670_country`
WHERE `id_country` = 8 LIMIT 1 |
1055
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>/modules/ps_contactinfo/ps_contactinfo.php:98<br>/modules/ps_contactinfo/ps_contactinfo.php:83<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538269 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1052
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538888) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1045
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1042
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 361) |
1041
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (372) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1040
ms
|
2 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1039
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 366 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 366 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1039
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1036
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 538347 AND pa.`id_product` = 538347 AND pa.`id_product_attribute` = 1217 LIMIT 1 |
1025
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538347 LIMIT 1 |
1022
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
1022
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538691) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1021
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538716) |
1013
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 242
LIMIT 1 |
1013
ms
|
8 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 364
ORDER BY `position` |
1011
ms
|
1 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538888
ORDER BY `position` |
1010
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/ProductPresenter.php:110<br>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
1008
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538731) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
1008
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538909 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538909 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1007
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538269) |
1005
ms
|
5 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `mod670_connections`
WHERE `id_guest` = 74264
AND `date_add` > '2025-07-03 06:58:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
1001
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php: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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538691
ORDER BY f.position ASC |
1000
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538347) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
999
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538796) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
998
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
996
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 238) |
994
ms
|
7 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538888 AND `id_group` = 1 LIMIT 1 |
991
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 361
LIMIT 1 |
988
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 238
ORDER BY `position` |
987
ms
|
2 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (240) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
987
ms
|
7 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_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 |
984
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538796
ORDER BY `position` |
982
ms
|
18 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 372) |
978
ms
|
2 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1217) LIMIT 1 |
975
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538691) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
975
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 322) AND (b.`id_shop` = 1) LIMIT 1 |
972
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 503 AND `id_shop` = 1 |
969
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538691) AND (b.`id_shop` = 1) LIMIT 1 |
969
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain,physical_uri FROM mod670_shop_url WHERE id_shop='1' |
968
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:734
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "wbmegamenu" LIMIT 1 |
967
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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
967
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 10 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
964
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
962
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538888 LIMIT 1 |
960
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538347 AND `id_group` = 1 LIMIT 1 |
960
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
959
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 662
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 366 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 662
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 366 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
958
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538716 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
957
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538742) AND (b.`id_shop` = 1) LIMIT 1 |
947
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538731 AND
`id_lang` = 1 LIMIT 1 |
945
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 1 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
944
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
937
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 364
ORDER BY f.position ASC |
933
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538742
ORDER BY f.position ASC |
930
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 361
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
929
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "wbimgbanner" LIMIT 1 |
929
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>/controllers/front/IndexController.php:39<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`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (366) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
929
ms
|
4 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538732 AND
`id_lang` = 1 LIMIT 1 |
926
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538269
ORDER BY `position` |
925
ms
|
1 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 366
ORDER BY f.position ASC |
923
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538796) LIMIT 1 |
923
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php: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 mod670_shop_group gs
LEFT JOIN mod670_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN mod670_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 |
921
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 pa.`available_date` FROM `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 372 AND pa.`id_product` = 372 AND pa.`id_product_attribute` = 713 LIMIT 1 |
921
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
920
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538963) LIMIT 1 |
919
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538347) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
918
ms
|
4 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538431) |
917
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538347) |
911
ms
|
4 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 159
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 238 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 159
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
908
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
906
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
904
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538732) LIMIT 1 |
902
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 37 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
902
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
900
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (159, 160, 161, 162, 163, 164, 165) AND il.`id_lang` = 1 ORDER by i.`position` |
898
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
898
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
893
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538888
AND image_shop.`cover` = 1 LIMIT 1 |
888
ms
|
7 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538688
AND image_shop.`cover` = 1 LIMIT 1 |
886
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
885
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `mod670_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
885
ms
|
64 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 5) LIMIT 1 |
885
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
881
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538431) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
880
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
875
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538732) AND (b.`id_shop` = 1) LIMIT 1 |
875
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538716 AND `id_shop` = 1 |
872
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_bestsellers" LIMIT 1 |
871
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
867
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1304<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_hook_alias` |
863
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
860
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 538716 LIMIT 1 |
858
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538347 LIMIT 1 |
856
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 26 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
856
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 242) LIMIT 1 |
854
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 538269 AND pa.`id_product` = 538269 AND pa.`id_product_attribute` = 996 LIMIT 1 |
853
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
853
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 9 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
851
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 25 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
849
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 361
AND image_shop.`cover` = 1 LIMIT 1 |
844
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
842
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
837
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538731
LIMIT 1 |
835
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 82 LIMIT 1 |
834
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 11 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
833
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 538716 |
831
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538269) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
831
ms
|
5 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 240
ORDER BY `position` |
826
ms
|
2 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538691
ORDER BY `position` |
824
ms
|
22 |
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538909) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
824
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 242
AND image_shop.`cover` = 1 LIMIT 1 |
824
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538431 AND `id_shop` = 1 |
821
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 361) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
816
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
815
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
812
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>/controllers/front/IndexController.php:39<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`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (364) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
812
ms
|
4 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
809
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:3895<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
802
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_attribute` pa
INNER JOIN mod670_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` = 996 LIMIT 1 |
801
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538269
AND image_shop.`cover` = 1 LIMIT 1 |
801
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538732 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
798
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538796 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538796 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
796
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 27 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
794
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538691) LIMIT 1 |
791
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
789
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
789
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `mod670_hook` |
789
ms
|
875 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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` = 159 LIMIT 1 |
788
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `mod670_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
781
ms
|
2 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 361 LIMIT 1 |
780
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_version' LIMIT 1 |
779
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:926<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 238 AND pa.`id_product` = 238 AND pa.`id_product_attribute` = 159 LIMIT 1 |
776
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
776
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 24 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
776
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
774
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 9 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
773
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538732) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
772
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 240 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 240 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
771
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538742) LIMIT 1 |
769
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538688) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
767
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 240 AND
`id_lang` = 1 LIMIT 1 |
767
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
765
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538688 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
764
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Pack.php:315<br>/classes/Pack.php:221<br>/classes/Product.php:5781<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
764
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_tax_lang`
WHERE `id_tax` = 1 |
757
ms
|
2 |
|
|
/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:3895<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538688 |
757
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
756
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538691) |
756
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 713) LIMIT 1 |
753
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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 mod670_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 )
JOIN `mod670_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `mod670_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `mod670_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `mod670_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (361) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
753
ms
|
1 |
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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:270<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538731) AND (b.`id_shop` = 1) LIMIT 1 |
747
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538688 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
746
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Pack.php:315<br>/classes/Product.php:4277<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538431 LIMIT 1 |
746
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `mod670_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 99 LIMIT 1 |
746
ms
|
3 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1305<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdprl.message FROM `mod670_psgdpr_consent` psgdpr
LEFT JOIN mod670_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 99 AND psgdprl.id_lang =1 LIMIT 1 |
745
ms
|
3 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1308<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538909) LIMIT 1 |
741
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538716
LIMIT 1 |
741
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_featuredproducts/ps_featuredproducts.php:313<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain,physical_uri FROM mod670_shop_url WHERE id_shop='1' |
739
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1339
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538269 LIMIT 1 |
737
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
732
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
732
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 366
ORDER BY `position` |
732
ms
|
1 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 1039) LIMIT 1 |
731
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 996) LIMIT 1 |
730
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 300) AND (b.`id_shop` = 1) LIMIT 1 |
730
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` m
LEFT JOIN `mod670_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
729
ms
|
162 |
|
|
/classes/module/Module.php:340
/modules/prestablog/prestablog.php:479<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538888) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
729
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
726
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538688) AND (b.`id_shop` = 1) LIMIT 1 |
726
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538888) AND (b.`id_shop` = 1) LIMIT 1 |
725
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 372
AND image_shop.`cover` = 1 LIMIT 1 |
722
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category_lang`
WHERE `id_category` = 338 AND `id_shop` = 1 |
717
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:336<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 242
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
714
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
708
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/ps_featuredproducts/ps_featuredproducts.php:270<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538691 AND
`id_lang` = 1 LIMIT 1 |
704
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 372 LIMIT 1 |
702
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 10 AND mr.`active` = 1 |
701
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538796) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
698
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538691 AND `id_shop` = 1 |
697
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 361
ORDER BY f.position ASC |
696
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 366
LIMIT 1 |
695
ms
|
6 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 238
LIMIT 1 |
694
ms
|
8 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/ps_bestsellers/ps_bestsellers.php:256<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 159) LIMIT 1 |
693
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
691
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538732
ORDER BY f.position ASC |
691
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM mod670_page_type
WHERE name = 'index' LIMIT 1 |
690
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php: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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_product_attachment pa
LEFT JOIN mod670_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN mod670_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 538742 |
690
ms
|
1 |
|
|
/classes/Product.php:5936
/classes/Product.php:5771<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
690
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
687
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 361 AND `id_group` = 1 LIMIT 1 |
686
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
685
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538731 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 538731 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
685
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_country` a
LEFT JOIN `mod670_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
684
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 366
AND image_shop.`cover` = 1 LIMIT 1 |
683
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538691
AND image_shop.`cover` = 1 LIMIT 1 |
679
ms
|
22 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
679
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_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 |
679
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 2 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
677
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 1039 AND `id_shop` = 1 |
676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 238) LIMIT 1 |
676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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` = 713 LIMIT 1 |
675
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
674
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 361 LIMIT 1 |
672
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538796 AND `id_shop` = 1 |
671
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
671
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538431 AND
`id_lang` = 1 LIMIT 1 |
670
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 366 |
669
ms
|
4 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538742
ORDER BY `position` |
669
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538691 AND
`id_lang` = 1 LIMIT 1 |
669
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538731 AND `id_shop` = 1 |
668
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
666
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
666
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 503) LIMIT 1 |
665
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538742 LIMIT 1 |
665
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
665
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538742
AND image_shop.`cover` = 1 LIMIT 1 |
664
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 4 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
663
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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_page`
FROM `mod670_page`
WHERE `id_page_type` = 1 LIMIT 1 |
662
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php: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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:363<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 408) LIMIT 1 |
662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538688 AND
`id_lang` = 1 LIMIT 1 |
659
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538347) AND (id_product_attribute = 1217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
659
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mod670_country`
WHERE `id_country` = 8 LIMIT 1 |
658
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 323) AND (b.`id_shop` = 1) LIMIT 1 |
657
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_lang`
WHERE `id_product` = 538732 AND `id_shop` = 1 |
657
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538731) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
657
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538963 AND `id_shop` = 1 |
657
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538691
ORDER BY `position` |
655
ms
|
22 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538688
ORDER BY f.position ASC |
653
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
652
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_country_lang`
WHERE `id_country` = 8 |
649
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 364) AND (b.`id_shop` = 1) LIMIT 1 |
648
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
647
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538909) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
646
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
645
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538742) |
644
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538888 |
641
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "productcomments" LIMIT 1 |
640
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/sfkseoschema/sfkseoschema.php:1442<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538888 LIMIT 1 |
638
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 240 AND pa.`id_product` = 240 AND pa.`id_product_attribute` = 166 LIMIT 1 |
638
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 395) LIMIT 1 |
637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 267) AND (b.`id_shop` = 1) LIMIT 1 |
636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 538909) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
634
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_linklist" LIMIT 1 |
632
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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 324) AND (b.`id_shop` = 1) LIMIT 1 |
632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
632
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538731
ORDER BY f.position ASC |
629
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) 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/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-03 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM mod670_product p
LEFT JOIN mod670_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mod670_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN mod670_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 538963
LIMIT 1 |
628
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:387<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 57 AND `id_shop` = 1 LIMIT 1 |
628
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mod670_product_attribute` pa
INNER JOIN mod670_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` = 187 LIMIT 1 |
627
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538269) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
627
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538732
ORDER BY `position` |
627
ms
|
21 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
626
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_wb_staticblock AS psb
LEFT JOIN mod670_wb_staticblock_lang AS psl ON psb.id_wbstaticblock = psl.id_wbstaticblock
LEFT JOIN mod670_wb_staticblock_shop AS pss ON psb.id_wbstaticblock = pss.id_wbstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "displayFooterDown"
AND `showhook` = 1 ORDER BY `wborder` ASC |
625
ms
|
7 |
Yes
|
|
/modules/wbstaticblocks/models/Staticblock.php:113
/modules/wbstaticblocks/wbstaticblocks.php:273<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 364 |
625
ms
|
4 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
625
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 242) |
622
ms
|
7 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `mod670_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
622
ms
|
2 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
621
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `mod670_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
621
ms
|
21904 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) 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/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_feature_product pf
LEFT JOIN mod670_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mod670_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mod670_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mod670_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 538909
ORDER BY f.position ASC |
619
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `mod670_image_type` |
618
ms
|
7 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/ambjolisearch/ambjolisearch.php:2479<br>/modules/ambjolisearch/ambjolisearch.php:1988<br>/modules/ambjolisearch/ambjolisearch.php:213<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538796) |
618
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538269 LIMIT 1 |
618
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538909 AND
`id_lang` = 1 LIMIT 1 |
617
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 338 LIMIT 1 |
617
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 436) LIMIT 1 |
616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
611
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538691 LIMIT 1 |
610
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538347) AND (id_product_attribute = 1217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
609
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538269) AND (id_product_attribute = 996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
608
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
607
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538347) AND (b.`id_shop` = 1) LIMIT 1 |
607
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mod670_specific_price` WHERE `from` BETWEEN '2025-07-03 00:00:00' AND '2025-07-03 23:59:59' LIMIT 1 |
606
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `mod670_cart_rule` WHERE date_to >= "2025-07-03 00:00:00" AND date_to <= "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mod670_cart_rule` WHERE date_from >= "2025-07-03 00:00:00" AND date_from <= "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mod670_cart_rule` WHERE date_from < "2025-07-03 00:00:00" AND date_to > "2025-07-03 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
604
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:527<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 364) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
603
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538347
ORDER BY `position` |
602
ms
|
2 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 796) LIMIT 1 |
602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
601
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 28 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
601
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 372) AND (id_product_attribute = 713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
601
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538347 AND id_shop=1 LIMIT 1 |
599
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 240) AND (b.`id_shop` = 1) LIMIT 1 |
598
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "wbimageslider" LIMIT 1 |
597
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
597
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538269
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
596
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 10 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
596
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 395 AND `id_shop` = 1 |
595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
595
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538742 AND
`id_lang` = 1 LIMIT 1 |
595
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 538347) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1217) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
594
ms
|
4 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
594
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 364 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 364 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
593
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 364) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
593
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 238) AND (id_product_attribute = 159) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
592
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
591
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538431
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
590
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 11 AND mr.`active` = 1 |
590
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 31 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
589
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
589
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 366 AND `id_group` = 1 LIMIT 1 |
589
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
588
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>/modules/creativeelements/classes/wrappers/Helper.php:1013<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:935<br>/modules/creativeelements/includes/widgets/shortcode.php:128<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 372
ORDER BY `position` |
587
ms
|
2 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 14) LIMIT 1 |
585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 291 LIMIT 1 |
583
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538431 AND `id_group` = 1 LIMIT 1 |
583
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 295) AND (b.`id_shop` = 1) LIMIT 1 |
582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 242
ORDER BY `position` |
582
ms
|
1 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538796) AND (b.`id_shop` = 1) LIMIT 1 |
581
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538963
ORDER BY `position` |
581
ms
|
3 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
580
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
580
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
579
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 85 LIMIT 1 |
577
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
575
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 240) LIMIT 1 |
575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `mod670_tax_rule` tr
JOIN `mod670_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('95500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '95500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
574
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5653<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
574
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
573
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 277) AND (b.`id_shop` = 1) LIMIT 1 |
573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
572
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538688) |
572
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538732
AND image_shop.`cover` = 1 LIMIT 1 |
570
ms
|
21 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538909) AND (b.`id_shop` = 1) LIMIT 1 |
570
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>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
569
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538888) LIMIT 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538269) AND (id_product_attribute = 996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
567
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 187
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 242 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 187
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
565
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538431 LIMIT 1 |
565
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 35 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
565
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
565
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 84 LIMIT 1 |
563
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 366
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
562
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 436 AND `id_shop` = 1 |
562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 332 AND `id_shop` = 1 LIMIT 1 |
562
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/sfkseoschema/sfkseoschema.php:1442<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 372 LIMIT 1 |
560
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 609 AND `id_shop` = 1 |
559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) AND (b.`id_shop` = 1) LIMIT 1 |
558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
557
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `mod670_product` p
INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 338 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
557
ms
|
7 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 2 AND mr.`active` = 1 |
555
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
555
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>/modules/creativeelements/classes/wrappers/Helper.php:1013<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:935<br>/modules/creativeelements/includes/widgets/shortcode.php:128<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 609) LIMIT 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
554
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 3 AND mr.`active` = 1 |
550
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
550
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:137<br>/modules/creativeelements/core/files/base.php:225<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:213<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 870) LIMIT 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538347) LIMIT 1 |
548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
547
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538909 AND `id_shop` = 1 |
546
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 364) LIMIT 1 |
546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 242 AND pa.`id_product` = 242 AND pa.`id_product_attribute` = 187 LIMIT 1 |
544
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
544
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
543
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_meta m
LEFT JOIN mod670_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
543
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538742 AND `id_shop` = 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_shop_url` a0 |
541
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/classes/Tools.php:2494<br>/modules/sendinblue/services/ConfigService.php:327<br>/modules/sendinblue/services/ConfigService.php:124<br>/modules/sendinblue/services/ConfigService.php:140<br>/modules/sendinblue/sendinblue.php:201<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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 366) LIMIT 1 |
541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538691 LIMIT 1 |
540
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 361
ORDER BY `position` |
540
ms
|
2 |
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>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 372
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
539
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 32 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
539
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 30 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
539
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538731
AND image_shop.`cover` = 1 LIMIT 1 |
539
ms
|
18 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
537
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 361) 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>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 249 AND `id_shop` = 1 LIMIT 1 |
537
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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 296) AND (b.`id_shop` = 1) LIMIT 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 372) AND (id_product_attribute = 713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
534
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 242 AND
`id_lang` = 1 LIMIT 1 |
533
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `mod670_currency` c
LEFT JOIN mod670_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
533
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/wbimageslider/wbimageslider.php:767<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
532
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_meta m
LEFT JOIN mod670_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
532
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/modules/fsopengraph/fsopengraph.php:928<br>/modules/fsopengraph/fsopengraph.php:3075<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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_meta m
LEFT JOIN mod670_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
532
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
532
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 372 AND `id_group` = 1 LIMIT 1 |
531
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `mod670_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
531
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:245<br>/classes/Cart.php:218<br>/classes/controller/FrontController.php:443<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538888 AND `id_shop` = 1 |
531
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
531
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mod670_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538731
ORDER BY `position` |
529
ms
|
18 |
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>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 4) LIMIT 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_pack` WHERE id_product_pack = 538742 LIMIT 1 |
528
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538691) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
528
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 328) 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/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538731
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
526
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 366) AND (id_product_attribute = 662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
525
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 338 LIMIT 1 |
524
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/53/5d/91/535d9143964d404fef49ba7f22ab6d15f49f9864_2.module.wbcategoryfeaturedproduct.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:315<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_currency_lang`
WHERE `id_currency` = 1 |
524
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_currency` a
LEFT JOIN `mod670_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538732) |
523
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) AND (b.`id_shop` = 1) LIMIT 1 |
523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 538742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
522
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 650
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 364 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 650
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 364 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
522
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 12 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
521
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `mod670_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
521
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/shop/Shop.php:1027<br>/classes/Configuration.php:323<br>/modules/prestablog/prestablog.php:1025<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
520
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538451) |
520
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 364 AND `id_shop` = 1 |
519
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 0, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` = 0 AND `id_product` IN (0, 538347) AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
518
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/modules/wbproductcountdown/wbproductcountdown.php:824<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 223) 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>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538269 AND `id_group` = 1 LIMIT 1 |
518
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538909) |
515
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 25 LIMIT 1 |
515
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) AND (b.`id_shop` = 1) LIMIT 1 |
513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
512
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) AND (b.`id_shop` = 1) LIMIT 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538796
AND image_shop.`cover` = 1 LIMIT 1 |
510
ms
|
18 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 29 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
510
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 166) LIMIT 1 |
510
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
509
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `mod670_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
509
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1211, 1214, 1216, 1217) AND il.`id_lang` = 1 ORDER by i.`position` |
508
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
506
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538716 AND id_shop=1 LIMIT 1 |
506
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 240) |
505
ms
|
7 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM mod670_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
505
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 364) |
505
ms
|
4 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (662, 664, 665, 3145) AND il.`id_lang` = 1 ORDER by i.`position` |
505
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 366) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `mod670_specific_price` WHERE `id_product` != 0 |
504
ms
|
148 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538269) LIMIT 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 330) AND (b.`id_shop` = 1) LIMIT 1 |
503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cart_product` cp
WHERE cp.`id_product_attribute` = 166
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 240 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mod670_cart_product` cp JOIN `mod670_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mod670_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 166
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 240 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
503
ms
|
0 |
|
|
/classes/Cart.php:1225
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM mod670_link_block lb
INNER JOIN mod670_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 31 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
502
ms
|
8 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 538451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
502
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 21 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
500
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 366 LIMIT 1 |
500
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 4 AND mr.`active` = 1 |
499
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
498
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
498
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 372) LIMIT 1 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 222) AND (b.`id_shop` = 1) LIMIT 1 |
497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 17 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
497
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 311) AND (b.`id_shop` = 1) LIMIT 1 |
497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 308) AND (b.`id_shop` = 1) LIMIT 1 |
495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538687) |
495
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 33 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
494
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538691
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
494
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 364
AND image_shop.`cover` = 1 LIMIT 1 |
492
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) AND (b.`id_shop` = 1) LIMIT 1 |
492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (996, 997, 998, 999, 1000) AND il.`id_lang` = 1 ORDER by i.`position` |
491
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
490
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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_lang` a
LEFT JOIN `mod670_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
490
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 smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 3 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
490
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mod670_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-03 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 |
489
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
488
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
487
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 187) LIMIT 1 |
487
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 34 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
487
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 564) LIMIT 1 |
485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 870 AND `id_shop` = 1 |
485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538566) |
484
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538661) AND (b.`id_shop` = 1) LIMIT 1 |
484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538691 AND `id_group` = 1 LIMIT 1 |
484
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 25 LIMIT 1 |
483
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_hook_alias` |
483
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 242 AND `id_group` = 1 LIMIT 1 |
483
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 260) AND (b.`id_shop` = 1) LIMIT 1 |
482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 338 LIMIT 1 |
482
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 321) AND (b.`id_shop` = 1) LIMIT 1 |
481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (166, 167, 168, 169, 170, 171, 172) AND il.`id_lang` = 1 ORDER by i.`position` |
480
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (713, 714) AND il.`id_lang` = 1 ORDER by i.`position` |
480
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
480
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
478
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) AND (b.`id_shop` = 1) LIMIT 1 |
478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 564 AND `id_shop` = 1 |
478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 329) AND (b.`id_shop` = 1) LIMIT 1 |
477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
477
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 201) AND (b.`id_shop` = 1) LIMIT 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 883) LIMIT 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) AND (b.`id_shop` = 1) LIMIT 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 325) AND (b.`id_shop` = 1) LIMIT 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 650) LIMIT 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
474
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 238 AND `id_shop` = 1 |
473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538347
AND image_shop.`cover` = 1 LIMIT 1 |
473
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) AND (b.`id_shop` = 1) LIMIT 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 331) AND (b.`id_shop` = 1) LIMIT 1 |
471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538731) |
470
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
470
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538888 AND id_shop=1 LIMIT 1 |
469
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1 |
469
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
469
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538269 AND
`id_lang` = 1 LIMIT 1 |
469
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538742 AND `id_group` = 1 LIMIT 1 |
465
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
463
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 36 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
463
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 796 AND `id_shop` = 1 |
462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 14 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
461
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` p LEFT JOIN `mod670_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mod670_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mod670_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` = 364 AND pa.`id_product` = 364 AND pa.`id_product_attribute` = 650 LIMIT 1 |
460
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538742
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
460
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 361 AND id_shop=1 LIMIT 1 |
460
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538347 AND `id_shop` = 1 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 255) AND (b.`id_shop` = 1) LIMIT 1 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538566) AND (b.`id_shop` = 1) LIMIT 1 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `mod670_product` p
INNER JOIN `mod670_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mod670_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 538661) |
458
ms
|
1 |
|
|
/classes/Product.php:3829
/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "wbcategoryfeaturedproducts" LIMIT 1 |
457
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538888 AND
`id_lang` = 1 LIMIT 1 |
457
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538888
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
456
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
456
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:423<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 297) AND (b.`id_shop` = 1) LIMIT 1 |
455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 2 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
454
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538909
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
454
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
454
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) AND (b.`id_shop` = 1) LIMIT 1 |
452
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 883 AND `id_shop` = 1 |
451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "fsopengraph" LIMIT 1 |
451
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/controller/FrontController.php:22<br>/classes/controller/FrontController.php:709<br>/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 `id_product_attribute` FROM `mod670_specific_price` WHERE `id_product_attribute` != 0 |
450
ms
|
1 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 228) AND (b.`id_shop` = 1) LIMIT 1 |
450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 335) AND (b.`id_shop` = 1) LIMIT 1 |
450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 336) AND (b.`id_shop` = 1) LIMIT 1 |
448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
446
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
446
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538688
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
445
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_attribute` a
LEFT JOIN `mod670_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 662) LIMIT 1 |
445
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>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
445
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 364 LIMIT 1 |
445
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `mod670_tax_rule` tr
JOIN `mod670_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
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 |
445
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5856<br>/classes/Product.php:5800<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mod670_product_attribute_image` pai
LEFT JOIN `mod670_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mod670_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (187, 188, 189, 190, 191, 192, 193) AND il.`id_lang` = 1 ORDER by i.`position` |
445
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 372 AND
`id_lang` = 1 LIMIT 1 |
443
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block_lang`
WHERE `id_link_block` = 5 |
442
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 309) AND (b.`id_shop` = 1) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) AND (b.`id_shop` = 1) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 203) AND (b.`id_shop` = 1) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 304) AND (b.`id_shop` = 1) LIMIT 1 |
441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) AND (b.`id_shop` = 1) LIMIT 1 |
439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_lang`
WHERE `id_product` = 242 AND `id_shop` = 1 |
438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `mod670_stock_available`
WHERE (id_product = 538566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
437
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 242) AND (id_product_attribute = 187) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
437
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538963 AND id_shop=1 LIMIT 1 |
436
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `mod670_hook`
WHERE `id_hook` = 10 LIMIT 1 |
436
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 240 |
436
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 2 AND mr.`active` = 1 |
436
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_product_attachment pa
LEFT JOIN mod670_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN mod670_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 538909 |
436
ms
|
1 |
|
|
/classes/Product.php:5936
/classes/Product.php:5771<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 11 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
435
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 13 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
434
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
433
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 16 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
433
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538687) AND (b.`id_shop` = 1) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_lang`
WHERE `id_product` = 361 AND `id_shop` = 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538731 LIMIT 1 |
432
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 364 AND
`id_lang` = 1 LIMIT 1 |
431
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 259) AND (b.`id_shop` = 1) LIMIT 1 |
431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 941) LIMIT 1 |
431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
430
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538269 AND id_shop=1 LIMIT 1 |
429
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_dwfproductextrafields` a0
LEFT JOIN `mod670_dwfproductextrafields_lang` `a1` ON (a0.`id_dwfproductextrafields` = a1.`id_dwfproductextrafields`)
WHERE (a0.`active` = 1)
ORDER BY a0.`position` asc |
429
ms
|
2 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:499<br>/modules/dwfproductextrafields/dwfproductextrafields.php:893<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 366 AND
`id_lang` = 1 LIMIT 1 |
429
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 264) AND (b.`id_shop` = 1) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 7) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 6) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538688 LIMIT 1 |
425
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538691 |
425
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538742 |
425
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>/modules/ps_featuredproducts/ps_featuredproducts.php:314<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538909 LIMIT 1 |
424
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 1 AND mr.`active` = 1 |
424
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 18 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
423
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 15 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
423
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) AND (b.`id_shop` = 1) LIMIT 1 |
423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 12 AND mr.`active` = 1 |
421
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 19 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
420
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 538909
AND image_shop.`cover` = 1 LIMIT 1 |
419
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
419
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 264 LIMIT 1 |
418
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Pack.php:261<br>/classes/Product.php:4277<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
414
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
414
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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block_lang`
WHERE `id_link_block` = 9 |
414
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 361 AND
`id_lang` = 1 LIMIT 1 |
413
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538688 AND `id_shop` = 1 |
413
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:261<br>/classes/Product.php:4277<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
413
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 13 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
413
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_image` i
INNER JOIN mod670_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 240
AND image_shop.`cover` = 1 LIMIT 1 |
411
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538688) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
409
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Pack.php:264<br>/classes/Product.php:4277<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538691 AND id_shop=1 LIMIT 1 |
409
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 257 LIMIT 1 |
408
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1 |
407
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538732 AND `id_group` = 1 LIMIT 1 |
406
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms_lang`
WHERE `id_cms` = 16 AND `id_shop` = 1 |
406
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 11 AND mr.`active` = 1 |
405
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
404
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/db.php:191<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:68<br>/modules/creativeelements/core/files/css/post.php:193<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 mod670_product_attribute pa
INNER JOIN mod670_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 = 538661 LIMIT 1 |
404
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
404
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 240 LIMIT 1 |
404
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
402
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM mod670_wbmegamenu_item_shop smi
LEFT JOIN mod670_wbmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 4 AND smil.id_shop = 1 AND smil.id_lang = 1 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
402
ms
|
197 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1049
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 871 AND `id_shop` = 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538796 LIMIT 1 |
402
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `mod670_lang` l
JOIN mod670_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
401
ms
|
2 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 12 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
401
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 361 |
401
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538688) LIMIT 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:261<br>/classes/Product.php:4277<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 372 AND id_shop=1 LIMIT 1 |
400
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
399
ms
|
1 |
|
|
/classes/module/Module.php:2840
/modules/creativeelements/includes/widgets/email-subscription.php:1018<br>/modules/creativeelements/includes/widgets/email-subscription.php:1008<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 3 AND mr.`active` = 1 |
399
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 278) AND (b.`id_shop` = 1) LIMIT 1 |
399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 3 AND mr.`active` = 1 |
399
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute` pa
INNER JOIN mod670_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` = 1217 LIMIT 1 |
399
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
399
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 58 LIMIT 1 |
398
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 2 AND mr.`active` = 1 |
398
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_shop`
WHERE `id_product` = 538431 AND id_shop=1 LIMIT 1 |
397
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block_lang`
WHERE `id_link_block` = 7 |
397
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) AND (b.`id_shop` = 1) LIMIT 1 |
397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 941 AND `id_shop` = 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_page_settings' LIMIT 1 |
395
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1054<br>/modules/creativeelements/core/documents-manager.php:232<br>/modules/creativeelements/core/documents-manager.php:279<br>/modules/creativeelements/includes/frontend.php:773<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538566 AND `id_group` = 1 LIMIT 1 |
395
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
395
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 242 AND id_shop=1 LIMIT 1 |
395
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 242) AND (id_product_attribute = 187) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
394
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 366 LIMIT 1 |
394
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1 |
394
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
394
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2194<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
393
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>/modules/creativeelements/classes/wrappers/Helper.php:1013<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:935<br>/modules/creativeelements/includes/widgets/shortcode.php:128<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 mod670_product_attribute pa
INNER JOIN mod670_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 = 538566 LIMIT 1 |
393
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
392
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538731) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
391
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 1114) LIMIT 1 |
391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 1 AND mr.`active` = 1 |
390
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
390
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 mod670_product_attribute pa
INNER JOIN mod670_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 = 538687 LIMIT 1 |
390
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "dwfproductextrafields" LIMIT 1 |
390
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/dwfproductextrafields/models/ProductExtraField.php:11<br>/modules/dwfproductextrafields/dwfproductextrafields.php:15<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM mod670_meta m
LEFT JOIN mod670_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
390
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_specific_price` WHERE `to` BETWEEN '2025-07-03 00:00:00' AND '2025-07-03 23:59:59' LIMIT 1 |
390
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block_lang`
WHERE `id_link_block` = 6 |
389
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_module` WHERE `name` = "contactform" LIMIT 1 |
388
ms
|
1 |
|
|
/classes/module/Module.php:2840
/modules/creativeelements/includes/widgets/contact-form.php:1305<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_stock_available`
WHERE (id_product = 538566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
388
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) AND (b.`id_shop` = 1) LIMIT 1 |
387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pef.id_product_extra_field
FROM mod670_product_extra_field pef WHERE pef.id_product = 538732 LIMIT 1 |
387
ms
|
941 |
|
|
/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:30
/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
387
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
386
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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 291 LIMIT 1 |
386
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 293) AND (b.`id_shop` = 1) LIMIT 1 |
386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
385
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 8 AND mr.`active` = 1 |
385
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_wbproductcountdown` wbpc
LEFT JOIN `mod670_wbproductcountdown_lang` wbpcl ON wbpc.`id_countdown` = wbpcl.`id_countdown`
WHERE `id_shop` = 1 AND
`id_product` = 538347 AND
`id_lang` = 1 LIMIT 1 |
385
ms
|
0 |
|
|
/modules/wbproductcountdown/wbproductcountdown.php:810
/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
385
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>/modules/creativeelements/classes/wrappers/Helper.php:1013<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:935<br>/modules/creativeelements/includes/widgets/shortcode.php:128<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
385
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538909 AND `id_group` = 1 LIMIT 1 |
384
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 8) LIMIT 1 |
383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_attribute` pa
INNER JOIN mod670_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` = 650 LIMIT 1 |
382
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
382
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 246 AND `id_shop` = 1 LIMIT 1 |
381
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 82 LIMIT 1 |
381
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
381
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
380
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 mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 13 AND mr.`active` = 1 |
379
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 9) LIMIT 1 |
379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538796
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
379
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
377
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 366 AND `id_shop` = 1 |
377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538451 AND id_shop=1 LIMIT 1 |
377
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:5855<br>/classes/Pack.php:382<br>/classes/Product.php:5778<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
377
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product` a
LEFT JOIN `mod670_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mod670_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538451) AND (b.`id_shop` = 1) LIMIT 1 |
376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Pack.php:167<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 244 AND `id_shop` = 1 LIMIT 1 |
376
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
375
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 mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 11 AND mr.`active` = 1 |
374
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
374
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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 828 AND `id_shop` = 1 |
374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 85 LIMIT 1 |
374
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 240 AND `id_shop` = 1 |
373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 538269 AND `id_shop` = 1 |
373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538963 |
372
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538742 AND id_shop=1 LIMIT 1 |
371
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538732 |
371
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
371
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1 |
370
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute` pa
INNER JOIN mod670_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` = 166 LIMIT 1 |
370
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538688 LIMIT 1 |
369
ms
|
4 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538732
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
369
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538347 |
369
ms
|
4 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 366) AND (id_product_attribute = 662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
369
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 16) LIMIT 1 |
369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM mod670_shop s
LEFT JOIN mod670_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 |
369
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_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 238 AND id_shop=1 LIMIT 1 |
368
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 337) AND (b.`id_shop` = 1) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
367
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_lang`
WHERE `id_product` = 372 AND `id_shop` = 1 |
366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538731 LIMIT 1 |
366
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538691 |
366
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
366
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
366
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) AND (b.`id_shop` = 1) LIMIT 1 |
365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 372 |
364
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 242 |
364
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
363
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
363
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
363
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1 |
362
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
362
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 8 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
362
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 224) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block_lang`
WHERE `id_link_block` = 8 |
360
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 238) AND (id_product_attribute = 159) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
360
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
359
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 242 LIMIT 1 |
359
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
359
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
358
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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 364 LIMIT 1 |
358
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
357
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
357
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
356
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 364) AND (id_product_attribute = 650) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 14 AND mr.`active` = 1 |
355
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 5 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
355
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/controller/FrontController.php:22<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 240) AND (id_product_attribute = 166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
355
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 1114 AND `id_shop` = 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
354
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 273) AND (b.`id_shop` = 1) LIMIT 1 |
354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 791) LIMIT 1 |
353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538796 LIMIT 1 |
352
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
352
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_edit_mode' LIMIT 1 |
352
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:221<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 291 LIMIT 1 |
351
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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>/var/cache/prod/smarty/compile/firetech/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/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_featuredproducts/ps_featuredproducts.php:252<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) AND (b.`id_shop` = 1) LIMIT 1 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block_lang`
WHERE `id_link_block` = 2 |
351
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 9 AND mr.`active` = 1 |
350
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538451
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
350
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_hook` a
WHERE (a.`id_hook` = 31) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_shop`
WHERE `id_product` = 366 AND id_shop=1 LIMIT 1 |
349
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 791 AND `id_shop` = 1 |
348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538661
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
348
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 281) AND (b.`id_shop` = 1) LIMIT 1 |
348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 538796 |
348
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 410) LIMIT 1 |
347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 233) LIMIT 1 |
347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
346
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_attribute`
WHERE `id_product` = 238 |
346
ms
|
7 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/ps_bestsellers/ps_bestsellers.php:257<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mod670_product_attribute`
WHERE `id_product` = 538731 |
345
ms
|
1 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:388<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) AND (b.`id_shop` = 1) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 320) AND (b.`id_shop` = 1) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 264 LIMIT 1 |
344
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 276) AND (b.`id_shop` = 1) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_pack` WHERE id_product_pack = 538732 LIMIT 1 |
343
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/creativeelements/includes/widgets/nav-menu.php:536<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 410 AND `id_shop` = 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 240) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538688 AND `id_group` = 1 LIMIT 1 |
339
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 240
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
338
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 240) AND (id_product_attribute = 166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
338
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 871) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 4 AND mr.`active` = 1 |
337
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 233 AND `id_shop` = 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 85 LIMIT 1 |
336
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 84 LIMIT 1 |
335
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 364) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
334
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
333
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 306) AND (b.`id_shop` = 1) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1 |
332
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 4 AND mr.`active` = 1 |
332
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 25 LIMIT 1 |
332
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
331
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 298) AND (b.`id_shop` = 1) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538347
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
330
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) AND (b.`id_shop` = 1) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
330
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/modules/fonts-manager/module.php:31<br>/modules/creativeelements/modules/fonts-manager/module.php:64<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/includes/fonts.php:121<br>/modules/creativeelements/includes/controls/font.php:54<br>/modules/creativeelements/includes/controls/base.php:81<br>/modules/creativeelements/includes/managers/controls.php:418<br>/modules/creativeelements/includes/managers/controls.php:495<br>/modules/creativeelements/includes/managers/controls.php:515<br>/modules/creativeelements/includes/managers/controls.php:679<br>/modules/creativeelements/includes/base/controls-stack.php:428<br>/modules/creativeelements/includes/base/controls-stack.php:1387<br>/modules/creativeelements/includes/elements/section.php:304<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_edit_mode' LIMIT 1 |
330
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:221<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
330
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/dwfproductextrafields.php:892<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field_lang`
WHERE `id_product_extra_field` = 408 AND `id_shop` = 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `mod670_pack` WHERE id_product_pack = 538909 LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 364
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
329
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538687
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
329
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 7 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
329
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 299) AND (b.`id_shop` = 1) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 6 AND mr.`active` = 1 |
329
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 279) AND (b.`id_shop` = 1) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 280) AND (b.`id_shop` = 1) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 302) AND (b.`id_shop` = 1) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 6) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 364) AND (id_product_attribute = 650) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
326
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 58 LIMIT 1 |
325
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 268) AND (b.`id_shop` = 1) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 13 AND mr.`active` = 1 |
324
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 317) AND (b.`id_shop` = 1) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 58 LIMIT 1 |
323
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 1) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdprl.message FROM `mod670_psgdpr_consent` psgdpr
LEFT JOIN mod670_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 109 AND psgdprl.id_lang =1 LIMIT 1 |
322
ms
|
3 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
:undefined<br>/modules/creativeelements/includes/widgets/email-subscription.php:1021<br>/modules/creativeelements/includes/widgets/email-subscription.php:1008<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 82 LIMIT 1 |
322
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/wbproductcountdown/wbproductcountdown.php:821<br>/modules/wbproductcountdown/wbproductcountdown.php:187<br>/modules/wbproductcountdown/wbproductcountdown.php:230<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/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:266<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetech/78/a9/b9/78a9b98c7589e704a92b5583c2fbb21739478c08_2.file.product.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/firetech/90/64/ce/9064ce4349d8d8f15a7e953b88b1211509f64586_2.file.product.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:383<br>/var/cache/prod/smarty/compile/firetech/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.psbestsellersviewstemplat.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_bestsellers/ps_bestsellers.php:192<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `mod670_pack` where id_product_pack = 538688 |
321
ms
|
4 |
|
|
/classes/Pack.php:164
/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 3) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM mod670_wbmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 6 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
321
ms
|
34 |
Yes
|
|
/modules/wbmegamenu/wbmegamenu.php:1036
/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_SWITCH" LIMIT 1 |
320
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1299<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 318) AND (b.`id_shop` = 1) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `mod670_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 109 LIMIT 1 |
317
ms
|
3 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/email-subscription.php:1018<br>/modules/creativeelements/includes/widgets/email-subscription.php:1008<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 291) AND (b.`id_shop` = 1) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) AND (b.`id_shop` = 1) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 1) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
314
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_product_extra_field` a
LEFT JOIN `mod670_product_extra_field_shop` `c` ON a.`id_product_extra_field` = c.`id_product_extra_field` AND c.`id_shop` = 1
WHERE (a.`id_product_extra_field` = 828) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:11<br>/modules/dwfproductextrafields/models/ProductExtraField.php(108) : eval()'d code:31<br>/modules/dwfproductextrafields/dwfproductextrafields.php:894<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mod670_specific_price_priority`
WHERE `id_product` = 538566
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
313
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:30<br>/override/classes/Product.php:15<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538909 AND id_shop=1 LIMIT 1 |
312
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 191) AND (b.`id_shop` = 1) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 240 AND `id_group` = 1 LIMIT 1 |
310
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 284) AND (b.`id_shop` = 1) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538451 AND `id_group` = 1 LIMIT 1 |
308
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 5 AND mr.`active` = 1 |
307
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 294) AND (b.`id_shop` = 1) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "labsearch" LIMIT 1 |
306
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2236<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 288) AND (b.`id_shop` = 1) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538687 AND `id_group` = 1 LIMIT 1 |
303
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) AND (b.`id_shop` = 1) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538661 AND `id_group` = 1 LIMIT 1 |
303
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:4107<br>/classes/Pack.php:138<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 225) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 315) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 205) AND (b.`id_shop` = 1) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 301) AND (b.`id_shop` = 1) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 13 AND mr.`active` = 1 |
298
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
298
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2274<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
297
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:423<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mod670_product_group_reduction_cache`
WHERE `id_product` = 538796 AND `id_group` = 1 LIMIT 1 |
297
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 2) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 538731 AND `id_group` = 1 LIMIT 1 |
295
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 290) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 275) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 257) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 193) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
294
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:137<br>/modules/creativeelements/core/files/base.php:225<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:729<br>/modules/creativeelements/creativeelements.php:618<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/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 `mod670_link_block_lang`
WHERE `id_link_block` = 3 |
293
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_group_reduction_cache`
WHERE `id_product` = 364 AND `id_group` = 1 LIMIT 1 |
293
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) AND (b.`id_shop` = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 316) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVMAGNIFICATION_RANG" LIMIT 1 |
291
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1326<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) AND (b.`id_shop` = 1) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 285) AND (b.`id_shop` = 1) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 303) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 196 AND `id_shop` = 1 LIMIT 1 |
288
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2194<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 12 AND mr.`active` = 1 |
288
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 207) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 227) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 5) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_link_block` a
LEFT JOIN `mod670_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 3) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 8) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538732 AND id_shop=1 LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 8 AND mr.`active` = 1 |
286
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_shop`
WHERE `id_product` = 538731 AND id_shop=1 LIMIT 1 |
285
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 206) AND (b.`id_shop` = 1) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 282) AND (b.`id_shop` = 1) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVZOOM_MODE" LIMIT 1 |
282
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1302<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 4) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 274) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_feature` a
LEFT JOIN `mod670_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 1
LEFT JOIN `mod670_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 7) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/fsopengraph/fsopengraph.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 14 AND mr.`active` = 1 |
280
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 283) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_cms` a
LEFT JOIN `mod670_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 12 AND mr.`active` = 1 |
279
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
278
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2202<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 82 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
278
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 256) AND (b.`id_shop` = 1) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 258) AND (b.`id_shop` = 1) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_shop`
WHERE `id_product` = 538687 AND id_shop=1 LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:5855<br>/classes/Pack.php:382<br>/classes/Product.php:5778<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538661 AND id_shop=1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:5855<br>/classes/Pack.php:382<br>/classes/Product.php:5778<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE version FROM `mod670_module` WHERE name = 'dwfproductextrafields' LIMIT 1 |
271
ms
|
1 |
|
|
/modules/dwfproductextrafields/models/dwfproductextrafieldsClass.php:352
/modules/dwfproductextrafields/models/ProductExtraField.php:12<br>/modules/dwfproductextrafields/dwfproductextrafields.php:15<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Product.php:5807<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
270
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
269
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2202<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
269
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_ON" LIMIT 1 |
269
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1313<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 240 AND id_shop=1 LIMIT 1 |
268
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 8 AND mr.`active` = 1 |
268
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/ps_featuredproducts/ps_featuredproducts.php:298<br>/modules/ps_featuredproducts/ps_featuredproducts.php:257<br>/modules/ps_featuredproducts/ps_featuredproducts.php:243<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
267
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/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/55/64/6f/55646f96971f9ab913bf7aa4fa3a26cd13fe4213_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/e8/5f/b3/e85fb3365e6c929048b33229169afd883cf900a2_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:113<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 242 AND `id_shop` = 1 LIMIT 1 |
267
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2312<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVZOOM_ON" LIMIT 1 |
267
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1310<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "stsearchbar" LIMIT 1 |
267
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2257<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538796 AND id_shop=1 LIMIT 1 |
267
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_shop_url` a0 |
267
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/classes/Tools.php:2494<br>/modules/sendinblue/services/ConfigService.php:327<br>/modules/sendinblue/services/ConfigService.php:124<br>/modules/sendinblue/services/ConfigService.php:140<br>/modules/sendinblue/sendinblue.php:204<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/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
266
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2236<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
266
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1188<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
265
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2213<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/wbmegamenu/wbmegamenu.php:1410<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 538451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 9 AND mr.`active` = 1 |
263
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 14 AND mr.`active` = 1 |
263
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_WIDTH" LIMIT 1 |
263
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1320<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
262
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2274<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_ON" LIMIT 1 |
262
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1311<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_IMAGE_MESSAGE" LIMIT 1 |
262
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1332<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 538688 AND id_shop=1 LIMIT 1 |
262
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
262
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2222<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_PAGE_ZOOM_HEIGHT" LIMIT 1 |
260
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1323<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
259
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2288<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 9 AND mr.`active` = 1 |
259
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_stock_available`
WHERE (id_product = 538661) 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/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM mod670_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 264 LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_PAGE_ZOOM_WIDTH" LIMIT 1 |
258
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1324<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_PAGE_SWITCH" LIMIT 1 |
257
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1301<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_HEIGHT" LIMIT 1 |
256
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
256
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2312<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
255
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_PAGE_ZOOM_WIDTH" LIMIT 1 |
255
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1322<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
255
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2304<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mod670_category` a
LEFT JOIN `mod670_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mod670_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/wbmegamenu/wbmegamenu.php:1411<br>/modules/wbmegamenu/wbmegamenu.php:1058<br>/modules/wbmegamenu/wbmegamenu.php:1126<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
255
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2246<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `mod670_stock_available`
WHERE (id_product = 538451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_WINDOW_TYPES" LIMIT 1 |
254
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1315<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "tmsearch" LIMIT 1 |
253
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2213<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVZOOM_HEIGHT" LIMIT 1 |
253
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1319<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_WINDOW_TYPES" LIMIT 1 |
253
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1317<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mod670_stock_available`
WHERE (id_product = 538566) 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:7767<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 5 AND mr.`active` = 1 |
252
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_product_shop`
WHERE `id_product` = 538566 AND id_shop=1 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:5855<br>/classes/Pack.php:382<br>/classes/Product.php:5778<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_MAGNIFICATION_RANG" LIMIT 1 |
252
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1328<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 6 AND mr.`active` = 1 |
251
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/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 `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
251
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2230<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
250
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2246<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVZOOM_WIDTH" LIMIT 1 |
250
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1318<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_PAGE_ZOOM_MODE" LIMIT 1 |
250
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1305<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_MOBILE_ZOOM_MODE" LIMIT 1 |
248
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_PAGE_ZOOM_ON" LIMIT 1 |
248
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1312<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "bonsearch" LIMIT 1 |
246
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2281<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_MAGNIFICATION_RANG" LIMIT 1 |
245
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1327<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
244
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2222<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
244
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2257<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 6 AND mr.`active` = 1 |
244
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1124<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_WINDOW_TYPES" LIMIT 1 |
243
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1316<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVZOOM_WINDOW_TYPES" LIMIT 1 |
243
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1314<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_PAGE_SWITCH" LIMIT 1 |
242
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1300<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVDISPLAY_MESSAGE_IMAGE" LIMIT 1 |
241
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1331<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM mod670_wbmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wbmegamenu = 5 AND mr.`active` = 1 |
240
ms
|
13 |
|
|
/modules/wbmegamenu/wbmegamenu.php:1018
/modules/wbmegamenu/wbmegamenu.php:1123<br>/modules/wbmegamenu/wbmegamenu.php:1193<br>/modules/wbmegamenu/wbmegamenu.php:1213<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/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:241<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/d7/db/5b/d7db5b76a8662824d072058f8bd8c587191b9a29_2.file.layout-both-columns.tpl.php:90<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7f/3d/78/7f3d78d79072d211d91ce801e01d428f01659fbe_2.file.layout-left-column.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/38/2e/0c/382e0cdb2e21d95cddb6e63fdc7a67ff71d9da43_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/7d/a3/8d/7da38d23b4f6e528bb2bddd157a3189638e055b0_2.file.index.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/firetechlayouts_layout_left_column_tpl/a2/d1/aa/a2d1aa36cff61fc123cc7579bf68f1bb0a825999_2.file.index.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_PAGE_ZOOM_MODE" LIMIT 1 |
239
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_PAGE_ZOOM_HEIGHT" LIMIT 1 |
238
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVIMAGE_MESSAGE" LIMIT 1 |
236
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1330<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
236
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2281<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_MOBILE_ZOOM_MODE" LIMIT 1 |
234
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1307<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "spsearchpro" LIMIT 1 |
234
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2304<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVMOBILE_ZOOM_MODE" LIMIT 1 |
234
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1306<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_DISPLAY_MESSAGE_IMAGE" LIMIT 1 |
234
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1337<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGOTY_DISPLAY_MESSAGE_IMAGE" LIMIT 1 |
234
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1335<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "labblocksearch" LIMIT 1 |
233
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2230<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mod670_product_shop`
WHERE `id_product` = 364 AND id_shop=1 LIMIT 1 |
233
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/override/classes/Product.php:33<br>/classes/Product.php:3684<br>/override/classes/Product.php:52<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/ProductSale.php:161<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ps_bestsellers/ps_bestsellers.php:233<br>/modules/ps_bestsellers/ps_bestsellers.php:197<br>/modules/ps_bestsellers/ps_bestsellers.php:183<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_IMAGE_MESSAGE" LIMIT 1 |
232
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `mod670_stock_available`
WHERE (id_product = 538687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `mod670_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
231
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_MOBILE_ZOOM_MODE" LIMIT 1 |
231
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1308<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `mod670_stock_available`
WHERE (id_product = 538687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_MAGNIFICATION_RANG" LIMIT 1 |
231
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1329<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `mod670_stock_available`
WHERE (id_product = 538661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVSEARCH_IMAGE_MESSAGE" LIMIT 1 |
230
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1336<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVCATEGORY_PAGE_ZOOM_MODE" LIMIT 1 |
230
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
229
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2288<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
227
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2337<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mod670_module` WHERE `name` = "is_themecore" LIMIT 1 |
226
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2337<br>/modules/ambjolisearch/ambjolisearch.php:438<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM mod670_tvmagicprodzoom_settings WHERE name = "TVHOME_DISPLAY_MESSAGE_IMAGE" LIMIT 1 |
224
ms
|
1 |
|
|
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1287
/modules/tvmagicprodzoom/tvmagicprodzoom.php:1333<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `mod670_stock_available`
WHERE (id_product = 538687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Pack.php:168<br>/classes/Pack.php:135<br>/classes/Product.php:5779<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:364<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:320<br>/modules/wbcategoryfeaturedproducts/wbcategoryfeaturedproducts.php:306<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|